Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed May 21, 2024
1 parent ab9f809 commit 54002b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/admin/refund-failed-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { refundMintFeeOnChain } from "../../utils/transactions.js";
import { usdToETH, usdToFTM, usdToAVAX } from "../../utils/cmc.js";

const postEndpointLogger = logger.child({
msgPrefix: "[POST /admin/refund-unused-transaction] ",
msgPrefix: "[POST /admin/refund-failed-session] ",
});


Expand Down

0 comments on commit 54002b3

Please sign in to comment.