We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8de48b commit 38b3daeCopy full SHA for 38b3dae
src/index.js
@@ -215,7 +215,7 @@ class VoteTrackerAPI {
215
216
this.emit("topgg", voteData)
217
218
- res.status(200)
+ res.status(200).send()
219
});
220
}
221
@@ -234,7 +234,7 @@ class VoteTrackerAPI {
234
235
this.emit("dbl", voteData)
236
237
238
239
240
@@ -252,7 +252,7 @@ class VoteTrackerAPI {
252
253
this.emit("dboats", voteData)
254
255
256
257
258
@@ -269,7 +269,7 @@ class VoteTrackerAPI {
269
270
this.emit("bfd", voteData)
271
272
273
274
275
0 commit comments