fix: disable noUpdate for getIdBySlug
This commit is contained in:
parent
2ed82855ae
commit
88ddb4ae09
|
|
@ -50,7 +50,7 @@ export async function getIdBySlug(slug: string, characterId: string | number) {
|
|||
noteId: note?.noteId,
|
||||
}
|
||||
},
|
||||
noUpdate: true,
|
||||
// noUpdate: true,
|
||||
})) as {
|
||||
noteId: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue