Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 30, 2024
1 parent 71a4efe commit 3bd85c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions interapp-backend/scheduler/scheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ const minioBackupTask = schedule(
await $`mc mirror ${minioAliasName}/${minioBucketName} /tmp/minio-dump/temp`;
await $`cd /tmp && tar -cvf ${newFile} minio-dump/temp`;
await $`rm -rf /tmp/minio-dump/temp`;


},
{ scheduled: false },
);
Expand Down

0 comments on commit 3bd85c1

Please sign in to comment.