remove debug log message
This commit is contained in:
parent
eeaf2d5cf6
commit
a0216788b4
@ -23,7 +23,6 @@ async function getCachedRewards (staleIn, when, models) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getRewards (when, models) {
|
async function getRewards (when, models) {
|
||||||
console.log('getRewards', when)
|
|
||||||
if (when) {
|
if (when) {
|
||||||
if (when.length > 2) {
|
if (when.length > 2) {
|
||||||
throw new GraphQLError('too many dates', { extensions: { code: 'BAD_USER_INPUT' } })
|
throw new GraphQLError('too many dates', { extensions: { code: 'BAD_USER_INPUT' } })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user