Skip to content

Commit 13a630f

Browse files
committed
Update inSloanStudy boolean flag on preprint-provider
1 parent 4f0aab3 commit 13a630f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/models/preprint-provider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default OsfModel.extend({
2222
shareSource: DS.attr('string'),
2323
preprintWord: DS.attr('string'),
2424
facebookAppId: DS.attr('number'),
25-
inSloanStudy: DS.attr('boolean'),
25+
assertionsEnabled: DS.attr('boolean'),
2626

2727
// Reviews settings
2828
permissions: DS.attr(),

0 commit comments

Comments
 (0)