Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e405996

Browse files
authored
Merge branch 'main' into fix-previous-sync-errors
Signed-off-by: fulleni <fulleni@hotmail.com>
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)

AltStyle によって変換されたページ (->オリジナル) /