mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix import
This commit is contained in:
parent
cac0a84763
commit
15cea33c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,10 +5,10 @@ import splitWhitespace from '../../libs/splitWhitespace';
|
|||
import {
|
||||
BadRequest,
|
||||
NotFound,
|
||||
NotAuthorized,
|
||||
} from '../../libs/errors';
|
||||
import { AbstractGoldItemOperation } from './abstractBuyOperation';
|
||||
import { errorMessage } from '../../libs/errorMessage';
|
||||
import { NotAuthorized } from '../../../../server/libs/errors';
|
||||
import { getScheduleMatchingGroup } from '../../content/constants/schedule';
|
||||
|
||||
export class BuySpellOperation extends AbstractGoldItemOperation { // eslint-disable-line import/prefer-default-export, max-len
|
||||
|
|
|
|||
Loading…
Reference in a new issue