chore: lint
This commit is contained in:
@@ -68,7 +68,8 @@ export const AddWhereCondModal = ({isOpen, onClose, pair, index}: AddWhereCondMo
|
|||||||
if (pair.where[Object.keys(pair.where)[i]]) {
|
if (pair.where[Object.keys(pair.where)[i]]) {
|
||||||
booleanArr.push({
|
booleanArr.push({
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
[Object.keys(pair.where)[i]]: pair.where[Object.keys(pair.where)[i]]});
|
[Object.keys(pair.where)[i]]: pair.where[Object.keys(pair.where)[i]]
|
||||||
|
});
|
||||||
}
|
}
|
||||||
deleteKeys.push(Object.keys(pair.where)[i]);
|
deleteKeys.push(Object.keys(pair.where)[i]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user