Skip to content

Commit

Permalink
Fix node path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Dec 7, 2024
1 parent cb17667 commit f123700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist/credentials/RedditApplicationOnlyOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/Reddit/RedditPostsReadTrigger.node.js"
"dist/nodes/Reddit/RedditPostsTrigger.node.js"
]
},
"devDependencies": {
Expand Down

0 comments on commit f123700

Please sign in to comment.