Bump deps to pull in some bugfixes

This commit is contained in:
Paul Frazee 2023-01-03 14:31:12 -06:00
parent 87a824429c
commit 429cc1abf1
4 changed files with 1011 additions and 990 deletions

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
}