Merge pull request #3993 from overleaf/jel-reconfirmation-script
Add script to refresh features for users not reconfirmed GitOrigin-RevId: d49f496dc6f1997763d54c6d8f41f7c3634b8b2d
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
const InstitutionsReconfirmationHandler = require('../app/src/Features/Institutions/InstitutionsReconfirmationHandler')
|
||||
|
||||
InstitutionsReconfirmationHandler.processLapsed()
|
||||
.then(() => {
|
||||
process.exit(0)
|
||||
})
|
||||
.catch(error => {
|
||||
console.error(error)
|
||||
process.exit(1)
|
||||
})
|
||||
Reference in New Issue
Block a user