Skip to content

Commit fc22bd7

Browse files
committed
fix linting
1 parent 4a13ed8 commit fc22bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/workspace/src/lib/actions/workspace.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ export const loadWorkspacePreset = async (template: WorkspaceTemplate = 'remixDe
268268
// const auth = 'Basic ' + Buffer.from(projectId + ':' + projectSecret).toString('base64')
269269

270270
const ipfs = IpfsHttpClient({ port, host, protocol
271-
// , headers: {
271+
, headers: {
272272
// authorization: auth
273-
// }
273+
}
274274
})
275275
const hashed = bufferToHex(hash.keccakFromString(params.shareCode))
276276

0 commit comments

Comments
 (0)