Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ps73 committed Aug 4, 2022
1 parent b3f7e83 commit d446861
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/utils.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ exports.buildWhereWithOptionalIdObject = exports.checkIdInQuery = exports.buildS
const errors_1 = require("@feathersjs/errors");
const constants_1 = require("./constants");
const castToNumberBooleanStringOrNull = (value) => {
// const asNumber = Number(value);
const isNumber = typeof value === 'number';
const isBoolean = value === 'true' || value === 'false';
if (isBoolean || typeof value === 'boolean') {

0 comments on commit d446861

Please sign in to comment.