Skip to content

Commit e65f2b6

Browse files
committed
fixed URL of submission removal
1 parent c0386f1 commit e65f2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/db-server/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ api.post('/post_submission', (req, res) => {
257257
if (process.env.SubmissionRemovalPassword) {
258258
notification.embeds[0].fields.push({
259259
"name": "Remove submission",
260-
"value": `[x](https://d3d12infodb.boolka.dev/remove_submission?ID=${info.lastInsertRowid}&password=${process.env.SubmissionRemovalPassword})`,
260+
"value": `[x](https://d3d12infodbapi.boolka.dev/remove_submission?ID=${info.lastInsertRowid}&password=${process.env.SubmissionRemovalPassword})`,
261261
"inline": true
262262
})
263263
}

0 commit comments

Comments
 (0)