feat(api): return only one result on changelog update

This commit is contained in:
Lars Hampe 2024-10-07 23:03:44 +02:00
parent 92fe2fb32d
commit 23471aa9b0

View File

@ -42,7 +42,7 @@ export const func = async ({
payload: z.infer<typeof ChangelogUpdateInput>
id: string
}) => {
const result = await db
const [result] = await db
.update(changelog)
.set({
...payload,