Skip to content

Commit

Permalink
Fix missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic-R committed Sep 14, 2024
1 parent 67a5fbd commit 44ed014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/clear_images.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ module.exports = {

const blobs = containerClient.listBlobsFlat();
console.log(blobs)
let i = 0;
for await (const blob of blobs) {
if(blob.name.startsWith("wichtig/")) return;
console.log(`Blob ${i++}: ${blob.name}`);
Expand Down

0 comments on commit 44ed014

Please sign in to comment.