Skip to content

Commit

Permalink
Add a reference for validators
Browse files Browse the repository at this point in the history
  • Loading branch information
daenamkim committed Nov 27, 2020
1 parent dd8442c commit 6442a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/Validate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) 2020 Curvegrid Inc.

/* eslint-disable no-unused-vars */
// Refer to https://github.com/curvegrid/multibaas/tree/master/server/app/eth/events/eventqueries
const VALID_AGGREGATORS = ['subtract', 'add', 'first', 'last', 'max', 'min', ''];
const VALID_BOOLEANS = ['and', 'or'];
const VALID_OPERATORS = ['equal', 'notequal', 'lessthan', 'greaterthan'];
Expand Down

0 comments on commit 6442a65

Please sign in to comment.