fix observability regression, from 5c839998

This commit is contained in:
Tom Moor
2023-09-09 23:41:48 -04:00
parent 9602d09964
commit ac068c0c07
13 changed files with 29 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ class Comment extends Model {
createdById: string;
@observable
resolvedAt: string;
@Relation(() => User)