mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
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 { fallback } from '../../../prelude/symbol';
|
||||
|
||||
const nonnull = { $ne: null };
|
||||
const nonnull = { $ne: null as any };
|
||||
|
||||
export const meta = {
|
||||
requireCredential: false,
|
||||
|
|
Loading…
Reference in a new issue