Skip to content

Commit

Permalink
chore: remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed May 2, 2024
1 parent 64d6dc7 commit bb0031b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/src/core/integration/vite-plugin-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type SeedHandler = {
execute: (fileUrl: URL) => Promise<void>;
};

export type VitePluginDBParams =
type VitePluginDBParams =
| {
connectToStudio: false;
tables: LateTables;
Expand Down

0 comments on commit bb0031b

Please sign in to comment.