mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 16:28:19 +00:00
enhancement(lint): Fix lint errors for src/modules/cron.ts
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
a9bd7bdf56
commit
85f07a3cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ export function setupOverallCron(app: ModifiedApp) {
|
|||
onLoadForLockIn(app);
|
||||
setupFlightlyCron(app);
|
||||
cronJobForAvatar();
|
||||
cronTS(app)
|
||||
cronTS(app);
|
||||
return {
|
||||
// checkAirtableBoba,
|
||||
cronWithCheckIn,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue