Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubknejzlik committed Feb 14, 2024
1 parent c799193 commit b1e1b1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ export { DeleteMutation, InsertMutation, UpdateMutation } from "./Mutation";
export { AWSTimestreamFlavor } from "./flavors/aws-timestream";
export { MySQLFlavor } from "./flavors/mysql";

export {
Cond,
ICondition as Condition,
type ConditionValue,
} from "./Condition";
export { Cond, Condition, type ConditionValue } from "./Condition";
export { Fn, Function } from "./Function";
export { Q, Query, SelectQuery } from "./Query";
export {
Expand Down

0 comments on commit b1e1b1f

Please sign in to comment.