diff --git a/website/common/script/ops/buy/buySpell.js b/website/common/script/ops/buy/buySpell.js index 9baead6f4e..c944e5f4aa 100644 --- a/website/common/script/ops/buy/buySpell.js +++ b/website/common/script/ops/buy/buySpell.js @@ -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