Chore: Fix type definition

This commit is contained in:
syuilo 2019-02-18 00:20:14 +09:00
parent 1d5a54ff6f
commit 18dd172c97
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -3,7 +3,7 @@ import User, { pack } from '../../../models/user';
import define from '../define';
import { fallback } from '../../../prelude/symbol';
const nonnull = { $ne: null };
const nonnull = { $ne: null as any };
export const meta = {
requireCredential: false,