Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit df727d2

Browse files
fix formatting
1 parent 0b7955e commit df727d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/paymentService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function paymentExists(payment, connection) {
7474
* Create payment and save it to db
7575
* @param {Object} payment the payment info
7676
*/
77-
async function createPayment(payment) {
77+
async function createPayment(payment) {
7878
try {
7979
const connection = await helper.getInformixConnection()
8080
await connection.beginTransactionAsync()

0 commit comments

Comments
 (0)