Skip to content

Commit

Permalink
Fix account history fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Oct 16, 2023
1 parent 75de59e commit bcd3533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class AccountRepository(
}

fun fetchAccountHistory() {
messageHandler.trySendRequest(Request.FetchAccountExpiry)
messageHandler.trySendRequest(Request.FetchAccountHistory)
}

fun clearAccountHistory() {
Expand Down

0 comments on commit bcd3533

Please sign in to comment.