Skip to content

Commit

Permalink
Remove linter ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Nov 7, 2024
1 parent 4e55d7b commit 9978409
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/lib/webhonc/handlers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import path from "node:path";
// biome-ignore lint/style/useImportType: it's fine
import { WsMessageSchema } from "@fiberplane/fpx-types";
import type { WsMessageSchema } from "@fiberplane/fpx-types";
import type { z } from "zod";
import * as schema from "../../db/schema.js";
import logger from "../../logger.js";
Expand Down

0 comments on commit 9978409

Please sign in to comment.