diff --git a/app/declarator.json b/app/declarator.json index b06a3ec..9dd0ec9 100644 --- a/app/declarator.json +++ b/app/declarator.json @@ -1,4 +1,4 @@ { "$schema": "https://raw.githubusercontent.com/ArthurFiorette/declarator/master/schema.json", "packages": ["steam-tradeoffer-manager"] -} \ No newline at end of file +} diff --git a/app/src/transactions/logic/calculatePrices.ts b/app/src/transactions/logic/calculatePrices.ts index 73a7222..6f496a5 100644 --- a/app/src/transactions/logic/calculatePrices.ts +++ b/app/src/transactions/logic/calculatePrices.ts @@ -1,5 +1,5 @@ -import { Currency } from '../../steam/currency'; import { AccountOptions } from '../../accounts/options'; +import { Currency } from '../../steam/currency'; import { getAllItemsPrice } from '../../steam/market'; import { NextFunction } from '../../util/middleware'; import { Reason } from '../processor';