Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gutembergsa committed Sep 18, 2024
1 parent db134cc commit 510f2d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/queryFromFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import Parse from 'parse';

export default async function queryFromFilters(className, filters) {
// // eslint-disable-next-line no-debugger
// debugger;
let primaryQuery;
const querieslist = [];
if (typeof className === 'string') {
Expand Down

0 comments on commit 510f2d8

Please sign in to comment.