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

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriejim committed Feb 3, 2019
1 parent 1960fe3 commit b2da6e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ import normalize from './normalize'

exports.sourceNodes = async (
{ store, boundActionCreators, cache },
{ apiURL = 'http://localhost:1337', contentTypes = [], loginData = {}, queryLimit = 0 }
{
apiURL = 'http://localhost:1337',
contentTypes = [],
loginData = {},
queryLimit = 0,
}
) => {
const { createNode, touchNode } = boundActionCreators
let jwtToken = null
Expand Down

0 comments on commit b2da6e2

Please sign in to comment.