Bump deps to pull in some bugfixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user