From bbd4edf226b0cf1552e56bad196ec7915e9af89d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 25 Mar 2021 14:52:51 -0500 Subject: [PATCH] Typofix --- app/soapbox/actions/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/actions/auth.js b/app/soapbox/actions/auth.js index 83cb82aea..6b74c6234 100644 --- a/app/soapbox/actions/auth.js +++ b/app/soapbox/actions/auth.js @@ -191,7 +191,7 @@ export function logOut() { }; } -export function switchAccount(accountId,) { +export function switchAccount(accountId) { return { type: SWITCH_ACCOUNT, accountId }; }