We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e52231a + 7ce0aad commit e405996Copy full SHA for e405996
lib/src/services/auth_service.dart
@@ -349,8 +349,10 @@ class AuthService {
349
createdAt: DateTime.now(),
350
feedDecoratorStatus: Map.fromEntries(
351
FeedDecoratorType.values.map(
352
- (type) =>
353
- MapEntry(type, const UserFeedDecoratorStatus(isCompleted: false)),
+ (type) => MapEntry(
+ type,
354
+ const UserFeedDecoratorStatus(isCompleted: false),
355
+ ),
356
),
357
358
);
0 commit comments