mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix bug
This commit is contained in:
parent
100b1e762e
commit
9ae71a1630
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import $ from 'cafy';
|
||||
import Stats, { IStats } from '../../../models/stats';
|
||||
import getParams from '../../get-params';
|
||||
import getParams from '../get-params';
|
||||
|
||||
type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue