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 Oct 10, 2024
1 parent 4a50347 commit a97a6cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/workflows/jobs/refill-monthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ client.defineJob({
);
io.logger.info(`found ${keys.length} keys with monthly refill set`);
for (const key of keys) {

const cacheKey: Key = `${key.workspaceId}::${BUCKET_NAME}`;
let bucketId = "";
const cachedBucketId = bucketCache.get(cacheKey);
Expand Down

0 comments on commit a97a6cb

Please sign in to comment.