This commit is contained in:
Alex Gleason 2021-03-25 14:52:51 -05:00
parent a5f6fa66ac
commit bbd4edf226
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ export function logOut() {
};
}
export function switchAccount(accountId,) {
export function switchAccount(accountId) {
return { type: SWITCH_ACCOUNT, accountId };
}