Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 26, 2024
1 parent 012d75c commit 7276492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class TradeHistoryRepository extends Repository<TradeHistory> {
tradeHistory.user = user;
tradeHistory.tradeCurrency = trade.tradeCurrency;
tradeHistory.createdAt = trade.createdAt;

await queryRunner.manager.save(TradeHistory, tradeHistory);
} catch (e) {
console.log(e);
Expand Down

0 comments on commit 7276492

Please sign in to comment.