Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix item type in report urls
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 48f2938 commit 88c223c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/reports/complete.ts
Expand Up @@ -45,7 +45,7 @@ export async function onRequestPost(context: RequestContext) {
{
title: "Report Submitted",
color: 3756250,
description: `View this report at https://carcrushers.cc/mod-queue?id=${id}&type=game-report`,
description: `View this report at https://carcrushers.cc/mod-queue?id=${id}&type=report`,
},
],
}),
Expand Down

0 comments on commit 88c223c

Please sign in to comment.