Skip to content

Commit c3f5438

Browse files
committed
fix: correct attribute name in extend.ts and update dist
1 parent f414ace commit c3f5438

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/dist/forum.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/src/forum/extend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ export default [
1818
.attribute<number>('bestAnswerCount'),
1919

2020
new Extend.Model(Post) //
21-
.attribute<boolean>('canSelectBestAnswer'),
21+
.attribute<boolean>('canSelectAsBestAnswer'),
2222
];

0 commit comments

Comments
 (0)