Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Nov 13, 2022
2 parents e6c1fbf + d12d9c2 commit 693f347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/upload/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
}

const l0Rsp = await report(env.REMOTE_ID, env.REMOTE_SECRET, body.key, blockBytes.length)
if (l0Rsp.status !== 200) {
if (l0Rsp.status !== 204) {
console.log('WARNING. Failed to report usage')
console.log(l0Rsp)
}
Expand Down

0 comments on commit 693f347

Please sign in to comment.