shellphone.app/app/cron-jobs/index.ts

4 lines
115 B
TypeScript
Raw Normal View History

2022-05-14 10:22:06 +00:00
import registerPurgeExpiredSession from "./purge-expired-sessions";
export default [registerPurgeExpiredSession];