Skip to content

Commit

Permalink
feat: remove advanced query
Browse files Browse the repository at this point in the history
  • Loading branch information
IcaroSilvaFK committed Aug 14, 2024
1 parent c192866 commit c735db4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/lib/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@ export class Query {
return this;
}


// advancedQuery(fn: (query: Query) => Query): Query {
// fn(this)
// return this
// }

build(): string {
const generatedQuery = this.query.join(" ");

Expand Down
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
globals: false,
coverage: {
provider: "v8",
reporter: ["html", "json"]
reporter: ["html", "json"],
}
},
})

0 comments on commit c735db4

Please sign in to comment.