From 8c17d560925c93d9389513f52dbce9ffa8953fd0 Mon Sep 17 00:00:00 2001 From: IanM Date: Tue, 12 Nov 2024 20:15:05 +0000 Subject: [PATCH] fix: typing --- js/src/forum/extend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/forum/extend.ts b/js/src/forum/extend.ts index 27b65a2..b6fb378 100644 --- a/js/src/forum/extend.ts +++ b/js/src/forum/extend.ts @@ -11,7 +11,7 @@ export default [ new Extend.Model(Discussion) // .hasOne('bestAnswerPost') .hasOne('bestAnswerUser') - .attribute('hasBestAnswer') + .attribute('hasBestAnswer') .attribute('canSelectBestAnswer') .attribute('bestAnswerSetAt', Model.transformDate),