Skip to content

Commit

Permalink
fix: removed extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed May 20, 2024
1 parent 9556f34 commit 3cc8ef6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func (b *BingAdsBulkUploader) Upload(asyncDestStruct *common.AsyncDestinationStr
})

startTime := time.Now()
// error in upload bulk file as some tim es upload url is getting expired and throwing error but we are currently unabel to catch it
uploadBulkFileResp, errorDuringUpload := b.service.UploadBulkFile(urlResp.UploadUrl, actionFile.ZipFilePath)
uploadTimeStat.Since(startTime)

Expand Down

0 comments on commit 3cc8ef6

Please sign in to comment.