refactor(server/utils): update storyQuerier.ts
make paths and imports more concise and correct
This commit is contained in:
parent
1a99cf6fb5
commit
e62924f6ec
@ -1,7 +1,7 @@
|
|||||||
import type { H3Event, EventHandlerRequest } from "h3";
|
import type { H3Event, EventHandlerRequest } from "h3";
|
||||||
import { Challenge } from "@models/challenges/gen";
|
import { Challenge } from "@models/challenges/gen";
|
||||||
import { Story } from "@models/stories";
|
import { Story } from "@models/stories";
|
||||||
import isIdNan from "@server/middlewareButNotReally/isIdNan";
|
import { isIdNan } from "@server/middlewareButNotReally";
|
||||||
export default async function (ev: H3Event<EventHandlerRequest>) {
|
export default async function (ev: H3Event<EventHandlerRequest>) {
|
||||||
const id = isIdNan(ev);
|
const id = isIdNan(ev);
|
||||||
const chapterIndex = ev.context.chapterIndex;
|
const chapterIndex = ev.context.chapterIndex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user