mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-20 12:54:12 +00:00
fix(lint): remove extraneous import
This commit is contained in:
parent
1988ef957d
commit
0dfc8de300
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ import shared from '../../../../common';
|
|||
import { getOneTimePaymentInfo } from './oneTimePayments'; // eslint-disable-line import/no-cycle
|
||||
import { checkSubData } from './subscriptions'; // eslint-disable-line import/no-cycle
|
||||
import { validateGiftMessage } from '../gems'; // eslint-disable-line import/no-cycle
|
||||
import { buySkuItem } from '../skuItem'; // eslint-disable-line import/no-cycle
|
||||
|
||||
const BASE_URL = nconf.get('BASE_URL');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue