Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit b2da6e2

Browse files
committed
Fix format
1 parent 1960fe3 commit b2da6e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/gatsby-node.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ import normalize from './normalize'
66

77
exports.sourceNodes = async (
88
{ store, boundActionCreators, cache },
9-
{ apiURL = 'http://localhost:1337', contentTypes = [], loginData = {}, queryLimit = 0 }
9+
{
10+
apiURL = 'http://localhost:1337',
11+
contentTypes = [],
12+
loginData = {},
13+
queryLimit = 0,
14+
}
1015
) => {
1116
const { createNode, touchNode } = boundActionCreators
1217
let jwtToken = null

0 commit comments

Comments
 (0)