mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
fix: lint missing Member import
This commit is contained in:
parent
1f55d0370a
commit
30f88e4d45
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { CategoryType, RoleSafety } from '@roleypoly/types';
|
import { CategoryType, Member, RoleSafety } from '@roleypoly/types';
|
||||||
import { AuthType, discordFetch, respond } from '@roleypoly/worker-utils';
|
import { AuthType, discordFetch, respond } from '@roleypoly/worker-utils';
|
||||||
import { difference, keyBy } from 'lodash';
|
import { difference, keyBy } from 'lodash';
|
||||||
import { interactionsEndpoint } from '../utils/api-tools';
|
import { interactionsEndpoint } from '../utils/api-tools';
|
||||||
|
|
Loading…
Add table
Reference in a new issue