Skip to content

Commit

Permalink
fix(peer): fix a few of Promise warnings in db operations
Browse files Browse the repository at this point in the history
  • Loading branch information
imfly committed Mar 4, 2020
1 parent d998a5d commit 766508f
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 158 deletions.
21 changes: 2 additions & 19 deletions examples/fun-tests/.ddnrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,27 +201,10 @@ module.exports = {
$like: Op.like,
$in: Op.in,
$is: Op.is,

// ---
$ne: Op.ne,
$gte: Op.gte,
$not: Op.not,
$notIn: Op.notIn,
$notLike: Op.notLike,
$iLike: Op.iLike,
$notILike: Op.notILike,
$regexp: Op.regexp,
$notRegexp: Op.notRegexp,
$iRegexp: Op.iRegexp,
$notIRegexp: Op.notIRegexp,
$between: Op.between,
$notBetween: Op.notBetween,
$overlap: Op.overlap,
$contains: Op.contains,
$contained: Op.contained,
$any: Op.any,
$all: Op.all,
$col: Op.col
$not: Op.not,
$contains: Op.contains
}
}
},
Expand Down
Loading

0 comments on commit 766508f

Please sign in to comment.