Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Sep 24, 2024
1 parent a5cd7de commit 86f3b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/scripts/ituploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function UploadBlobsForIntegrationTest() {
// write blobs
try {
let status = await es.writeBlobs(keys, blobs);
if status == false {
if (status == false) {
continue
}
console.log(status);
Expand Down

0 comments on commit 86f3b31

Please sign in to comment.