From b2da6e2fe2b428855df16bb0444216180bf8dae1 Mon Sep 17 00:00:00 2001 From: Jim LAURIE Date: Sun, 3 Feb 2019 15:26:00 +0100 Subject: [PATCH] Fix format --- src/gatsby-node.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gatsby-node.js b/src/gatsby-node.js index 9efd203..66e6c5c 100644 --- a/src/gatsby-node.js +++ b/src/gatsby-node.js @@ -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