You've already forked obsidian-visualiser
Typo fixes, add spell range to sheet and remove useContent
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { eq } from 'drizzle-orm';
|
||||
import useDatabase from '~/composables/useDatabase';
|
||||
import { characterTable } from '~/db/schema';
|
||||
import { CharacterVariablesValidation } from '~/shared/character.util';
|
||||
import { CharacterVariablesValidation } from '#shared/character.util';
|
||||
import type { CharacterVariables } from '~/types/character';
|
||||
|
||||
export default defineEventHandler(async (e) => {
|
||||
|
||||
Reference in New Issue
Block a user