Remove parentheses
This commit is contained in:
parent
408b8694b6
commit
41647e671f
@ -71,7 +71,7 @@ export async function onRequestPatch(context: RequestContext) {
|
||||
|
||||
await context.env.D1.prepare(
|
||||
`UPDATE et_members
|
||||
SET (${updates.join(", ")});`,
|
||||
SET ${updates.join(", ")};`,
|
||||
)
|
||||
.bind(...updates.map((u) => u.value))
|
||||
.run();
|
||||
|
Loading…
x
Reference in New Issue
Block a user