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

Commit d568924

Browse files
authored
Fix space
1 parent 39899f7 commit d568924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ exports.sourceNodes = async (
5757
})
5858
)
5959

60-
// Execute the promises.
60+
// Execute the promises.
6161
let entities = await Promise.all(promises)
6262

6363
entities = await normalize.downloadMediaFiles({

0 commit comments

Comments
 (0)