Skip to content

Commit f138a1c

Browse files
committed
Fix
1 parent c7d276e commit f138a1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Loop/Update/UpdateLoop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ final class UpdateLoop extends Loop implements SimpleSubscriber
6767
* Feed loop.
6868
*/
6969
private ?FeedLoop $feeder = null;
70-
private ?int $authorizedDc;
70+
private ?int $authorizedDc = null;
7171
/**
7272
* Constructor.
7373
*/

0 commit comments

Comments
 (0)