Skip to content

Commit e405996

Browse files
authored
Merge branch 'main' into fix-previous-sync-errors
Signed-off-by: fulleni <[email protected]>
2 parents e52231a + 7ce0aad commit e405996

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/src/services/auth_service.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,10 @@ class AuthService {
349349
createdAt: DateTime.now(),
350350
feedDecoratorStatus: Map.fromEntries(
351351
FeedDecoratorType.values.map(
352-
(type) =>
353-
MapEntry(type, const UserFeedDecoratorStatus(isCompleted: false)),
352+
(type) => MapEntry(
353+
type,
354+
const UserFeedDecoratorStatus(isCompleted: false),
355+
),
354356
),
355357
),
356358
);

0 commit comments

Comments
 (0)