Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Rijk van Zanten <[email protected]>
  • Loading branch information
joselcvarela and rijkvanzanten authored Jul 10, 2023
1 parent 703d099 commit d04c916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class Plugin {
try {
response = await request();
} catch (err) {
err = error;
error = err;
}

if (count > 0) {
Expand Down

0 comments on commit d04c916

Please sign in to comment.