Skip to content

Commit

Permalink
Update XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY committed Nov 10, 2024
1 parent c9de11b commit 6258044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace RobinTTY.PersonalFinanceDashboard.Core.Models;

/// <summary>
/// TODO
/// A banking institution to which <see cref="BankAccount"/>s belong.
/// </summary>
public class BankingInstitution
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public async Task<IQueryable<AuthenticationRequest>> GetAuthenticationRequests()
{
await RefreshAuthenticationRequestsIfStale();

// TODO: limit
return _dbContext.AuthenticationRequests;
}

Expand Down

0 comments on commit 6258044

Please sign in to comment.