Skip to content

Commit

Permalink
Change routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Oct 10, 2023
1 parent 8a3964d commit 08fde9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/Temp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ router.post('/pollpostcomment', rateLimiters['/pollpostcomment'], (req, res) =>
const worker = new Worker(workerPath, {
workerData: {
functionName: 'pollpostcomment',
functionArgs: [req.tokenData, req.body.comment, req.body.userName, req.body.postId]
functionArgs: [req.tokenData, req.body.comment, req.body.postId]
}
})

Expand Down

0 comments on commit 08fde9e

Please sign in to comment.