Chore: Fix type definition
This commit is contained in:
parent
0701d0ceea
commit
4fe0110bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import User, { pack } from '../../../models/user';
|
||||||
import define from '../define';
|
import define from '../define';
|
||||||
import { fallback } from '../../../prelude/symbol';
|
import { fallback } from '../../../prelude/symbol';
|
||||||
|
|
||||||
const nonnull = { $ne: null };
|
const nonnull = { $ne: null as any };
|
||||||
|
|
||||||
export const meta = {
|
export const meta = {
|
||||||
requireCredential: false,
|
requireCredential: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue