Chore: Fix type definition

This commit is contained in:
syuilo 2019-02-18 00:20:14 +09:00
parent 0701d0ceea
commit 4fe0110bbf

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,