Fix item type in report urls
This commit is contained in:
parent
48f2938538
commit
88c223c2d1
@ -45,7 +45,7 @@ export async function onRequestPost(context: RequestContext) {
|
|||||||
{
|
{
|
||||||
title: "Report Submitted",
|
title: "Report Submitted",
|
||||||
color: 3756250,
|
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`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user