Bump deps to pull in some bugfixes

This commit is contained in:
Paul Frazee
2023-01-03 14:31:12 -06:00
parent e24ab48b73
commit cf13b5cd4c
4 changed files with 1011 additions and 990 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ export class PostThreadViewModel {
this.hasLoaded = true
this.error = err ? err.toString() : ''
if (err) {
this.rootStore.log.error('Failed to fetch assertions', err)
this.rootStore.log.error('Failed to fetch post thread', err)
}
this.notFound = err instanceof GetPostThread.NotFoundError
}