Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix: Add date
Browse files Browse the repository at this point in the history
  • Loading branch information
tklein1801 committed Jan 24, 2024
1 parent e3e116c commit f95c7ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public ResponseEntity<ApiResponse<List<Transaction>>> createTransaction(@Request
.receiver(transactionAttrs.getReceiver())
.description(transactionAttrs.getDescription())
.transferAmount(transactionAttrs.getTransferAmount())
.createdAt(new Date())
.build());
}

Expand Down

0 comments on commit f95c7ae

Please sign in to comment.