mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
10 lines
262 B
JavaScript
10 lines
262 B
JavaScript
|
import InstitutionsReconfirmationHandler from '../modules/institutions/app/src/InstitutionsReconfirmationHandler.mjs'
|
||
|
|
||
|
try {
|
||
|
await InstitutionsReconfirmationHandler.processLapsed()
|
||
|
process.exit(0)
|
||
|
} catch (error) {
|
||
|
console.error(error)
|
||
|
process.exit(1)
|
||
|
}
|