mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Fix bug
This commit is contained in:
parent
100b1e762e
commit
9ae71a1630
@ -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 New Issue
Block a user