pause notfication cleanup

This commit is contained in:
2025-05-12 12:38:47 +05:30
parent 956c09e250
commit d9397e572b

View File

@@ -14,6 +14,5 @@ CRON_DIR="$WORKDIR/cron"
# Navigate to the working directory
cd "$WORKDIR" || { echo "Failed to change directory to $WORKDIR"; exit 1; }
node --env-file=.env "$CRON_DIR/notificationCleanup.js"
node --env-file=.env "$CRON_DIR/archive.js"
node --env-file=.env "$CRON_DIR/configUpdate.js"