Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit dfb07a3

Browse files
committed
fix: lint
1 parent 7b4aafb commit dfb07a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/ipfs-factory/daemon-spawner.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ function spawnEphemeralNode (callback) {
6767
series([
6868
(cb) => {
6969
const configValues = {
70-
'Bootstrap': [],
71-
'Discovery': {},
70+
Bootstrap: [],
71+
Discovery: {},
7272
'API.HTTPHeaders.Access-Control-Allow-Origin': ['*'],
7373
// This is not needed after all
7474
// 'API.HTTPHeaders.Access-Control-Allow-Credentials': true,

0 commit comments

Comments
 (0)