Skip to content

Commit 12e1c3a

Browse files
committed
self review 2
1 parent db73875 commit 12e1c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/programs/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ module.exports = class ProgramsHelper {
136136
};
137137
}
138138

139-
if( data.scope && false ) {
139+
if( data.scope ) {
140140

141141
let programScopeUpdated = await this.setScope(
142142
program._id,

0 commit comments

Comments
 (0)