Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Sep 3, 2024
1 parent 0e6b935 commit 6667e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/tasks/slip/db/expired-sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { defineTask, type runTask } from "#imports";
import { useSlipAuth } from "../../../utils/useSlipAuth";

type FixedTaskEvent = Required<NonNullable<Parameters<typeof runTask>[1]>>
type FixedTaskEvent = Required<NonNullable<Parameters<typeof runTask>[1]>>;

export default defineTask({
meta: {
Expand Down

0 comments on commit 6667e1c

Please sign in to comment.