Renaming general.utils to general.util

This commit is contained in:
2025-01-29 22:51:55 +01:00
parent f32c51ca38
commit f3c453b1b2
19 changed files with 26 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
import { eq, sql } from 'drizzle-orm';
import useDatabase from '~/composables/useDatabase';
import { explorerContentTable } from '~/db/schema';
import { convertContentFromText } from '~/shared/general.utils';
import { convertContentFromText } from '~/shared/general.util';
export default defineEventHandler(async (e) => {
const path = decodeURIComponent(getRouterParam(e, "path") ?? '');