Skip to content

Commit

Permalink
feat: remove array from return
Browse files Browse the repository at this point in the history
  • Loading branch information
davidambz committed May 11, 2024
1 parent 595daba commit 64de6c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export class AccountRepository {
},
});

return userAccounts || [];
return userAccounts;
}
}

0 comments on commit 64de6c3

Please sign in to comment.