same as last commit

This commit is contained in:
Corban-Lee Jones 2025-05-21 10:35:33 +01:00
parent 43f994fd6c
commit 14688ca21d

View File

@ -65,7 +65,7 @@ export const patch = async (request: Request, response: Response) => {
const updateInputData: Prisma.FilterUncheckedUpdateInput = {
id: Number(body.id),
guild_id: body.guild_id,
guild_id: request.params.guild_id,
name: body.name,
value: body.value,
matching_algorithm: body.matching_algorithm,