@@ -16,8 +16,6 @@
<script setup>
import { PiniaColadaDevtools } from "@pinia/colada-devtools"
-
-useLogNormalizer()
</script>
<style>
@@ -18,6 +18,5 @@ export const characterOptionsQuery = defineQueryOptions({
export const characterByIdQuery = defineQueryOptions((id) => ({
key: characterQueryKeys.byId(id),
query: () => useEmit("character:read", id),
- normalize: true,
- redirect: { entityType: "character" }
+ normalize: true
}))