Skip to content

Commit 3ca558f

Browse files
authored
Uncomment code
1 parent 3c48111 commit 3ca558f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/create-source-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ exports.sourceNodes = async ({ boundActionCreators }) => {
6262
const data = await fetch(REMOTE_API)
6363

6464
// Process data into nodes.
65-
// data.forEach(datum => createNode(processDatum(datum)))
65+
data.forEach(datum => createNode(processDatum(datum)))
6666

6767
// We're done, return.
6868
return

0 commit comments

Comments
 (0)