Fix item type in report urls

This commit is contained in:
regalijan 2023-10-19 16:50:20 -04:00
parent 48f2938538
commit 88c223c2d1
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -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`,
}, },
], ],
}), }),