Skip to content

Commit

Permalink
Aftral[premieroctet#108]: forgot to import user
Browse files Browse the repository at this point in the history
  • Loading branch information
SeghirOumo committed Sep 6, 2024
1 parent 5184aaa commit d74e87a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/web/server/plugins/aftral-lms/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const { lockSession } = require('./functions')
const Progress = require('../../models/Progress')
const { canPlay, canResume, canReplay } = require('./resources')
const { isProduction } = require('../../../config/config')
const User = require('../../models/User')


const ACCEPTS={
Expand Down

0 comments on commit d74e87a

Please sign in to comment.