Skip to content

Commit

Permalink
fixup! wrap axios promise
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Jun 23, 2023
1 parent c1c56c3 commit e95da31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Cypress.Commands.add('uploadFile', (fileName, mimeType, target) => {
{ fileId }
)
return fileId
})
}))
}))
})
})
})

Expand Down

0 comments on commit e95da31

Please sign in to comment.