Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
reedrosenbluth committed Jul 14, 2020
1 parent d5746be commit 269bff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,8 @@ export async function putFile(

uploadFn = async (hubConfig: GaiaHubConfig) => {
const writeResponse = (await Promise.all([
uploadToGaiaHub(path, contentData, hubConfig, contentType, newFile, etag, opt.dangerouslyIgnoreEtag),
uploadToGaiaHub(path, contentData, hubConfig, contentType, newFile, etag,
opt.dangerouslyIgnoreEtag),
uploadToGaiaHub(`${path}${SIGNATURE_FILE_SUFFIX}`,
signatureContent, hubConfig, 'application/json')
]))[0]
Expand Down

0 comments on commit 269bff4

Please sign in to comment.