fix: disable noUpdate for getIdBySlug

This commit is contained in:
DIYgod 2023-06-06 16:32:39 +01:00
parent 2ed82855ae
commit 88ddb4ae09
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export async function getIdBySlug(slug: string, characterId: string | number) {
noteId: note?.noteId,
}
},
noUpdate: true,
// noUpdate: true,
})) as {
noteId: number
}