diff options
author | Eric Bailey <git@esb.lol> | 2023-11-04 12:42:27 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2023-11-04 12:42:27 -0500 |
commit | df0dcf32f99631c52b039c7f1934481924d37465 (patch) | |
tree | f190c6e24744b01be9a98c4a9e25282bf050a178 /src/state/models/feeds/notifications.ts | |
parent | 5fd41ad5a2734e1721a82134efe5487e818b790d (diff) | |
download | voidsky-df0dcf32f99631c52b039c7f1934481924d37465.tar.zst |
Fix immediate TS errors
Diffstat (limited to 'src/state/models/feeds/notifications.ts')
-rw-r--r-- | src/state/models/feeds/notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/feeds/notifications.ts b/src/state/models/feeds/notifications.ts index 34f5d4add..3f18c18d7 100644 --- a/src/state/models/feeds/notifications.ts +++ b/src/state/models/feeds/notifications.ts @@ -220,7 +220,7 @@ export class NotificationsFeedItemModel { } this.rootStore.log.warn( 'app.bsky.notifications.list served an unsupported record type', - v, + {record: v}, ) } |