Skip to content

Commit

Permalink
fix: merge conflict mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Jul 14, 2020
1 parent 269bff4 commit 3124e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/index.ts
Expand Up @@ -759,9 +759,9 @@ export async function putFile(

let etag: string
let newFile = true
const sessionData = caller.store.getSessionData();

if (!opt.dangerouslyIgnoreEtag) {
const sessionData = caller.store.getSessionData();
if (sessionData.etags[path]) {
newFile = false
etag = sessionData.etags[path]
Expand Down

0 comments on commit 3124e05

Please sign in to comment.