Skip to content
Snippets Groups Projects
Commit 39492d39 authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: fixed bankAccountResponseDTO

parent aecd4b24
No related branches found
No related tags found
1 merge request!86Feat/challenge regeneration
Pipeline #284065 passed
......@@ -16,8 +16,8 @@ public class UserDTO {
private Timestamp createdAt;
private String role;
private String subscriptionLevel;
private BankAccountResponseDTO checkingAccountBBAN;
private BankAccountResponseDTO savingsAccountBBAN;
private BankAccountResponseDTO checkingAccount;
private BankAccountResponseDTO savingsAccount;
private PointDTO point;
private StreakDTO streak;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment