same as last commit
This commit is contained in:
parent
43f994fd6c
commit
14688ca21d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user