Skip to content

Commit

Permalink
fix: setProperties -> set
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed Mar 9, 2024
1 parent 64624fb commit 3817319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/monitorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default Service.extend({
fault_type: 'tab_switch'
}
})
this.setProperties('tabSwitchTrigger', true)
this.set('tabSwitchTrigger', true)
await this.store.findRecord('contest-attempt', currentAttempt.id)
},

Expand Down

0 comments on commit 3817319

Please sign in to comment.