fix linting

Aniket-Engg-patch-1
aniket-engg 10 months ago committed by Aniket
parent 4a13ed8a71
commit fc22bd7bdf
  1. 4
      libs/remix-ui/workspace/src/lib/actions/workspace.ts

@ -268,9 +268,9 @@ export const loadWorkspacePreset = async (template: WorkspaceTemplate = 'remixDe
// const auth = 'Basic ' + Buffer.from(projectId + ':' + projectSecret).toString('base64')
const ipfs = IpfsHttpClient({ port, host, protocol
// , headers: {
, headers: {
// authorization: auth
// }
}
})
const hashed = bufferToHex(hash.keccakFromString(params.shareCode))

Loading…
Cancel
Save