Skip to content

Commit

Permalink
Prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette authored and actions-user committed Mar 20, 2021
1 parent 7d7e7d5 commit 72895d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/trading/logic/unmarketable.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NextFunction } from "../../util/middleware";
import { OfferContext } from "../types";
import { NextFunction } from '../../util/middleware';
import { OfferContext } from '../types';

export default function middleware(context: OfferContext, next: NextFunction) {
const { processor, offer } = context;
Expand Down
2 changes: 1 addition & 1 deletion app/src/trading/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ export type OfferContext = {
receivePrice: number;
giveItemsPrices: ItemPrice[];
givePrice: number;
profit: number,
profit: number;
};

0 comments on commit 72895d4

Please sign in to comment.