Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow null for filterQuery
Browse files Browse the repository at this point in the history
angorayc committed Apr 2, 2020
1 parent 02dad02 commit 1620a84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -139,9 +139,9 @@ export const kqlQuery = Joi.object({
kuery: Joi.object({
kind: allowEmptyString,
expression: allowEmptyString,
}),
}).allow(null),
serializedQuery: allowEmptyString,
}),
}).allow(null),
});
export const pinnedEventIds = Joi.array()
.items(allowEmptyString)

0 comments on commit 1620a84

Please sign in to comment.