-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GIX-1352: Init accounts service (#1969)
# Motivation Do not show errors from loading accounts on init. # Changes * Add a parameter to `syncAccounts` which is an error handler. * Extract the current logic on error to a default error handler for `syncAccounts`. * New `initAccounts` service that uses `syncAccounts` with an empty function as error handler. # Tests * Test new functionality of `syncAccounts`. * Test for new service `initAcconts`.
- Loading branch information
Showing
4 changed files
with
209 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters