aboutsummaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-10 15:36:12 -0500
committerIvan Chen <ivan@tagg.id>2021-02-11 17:47:29 -0500
commit94d24edc7cafb12aadeae246eeb5b3132b1c2750 (patch)
treeca035b3d3765da0188a60b45d2c4a466ec89886a /src/store
parenta5f60d3455b056ca3eea4f7fa48e78a1b0a11f1d (diff)
upload photo done
Diffstat (limited to 'src/store')
-rw-r--r--src/store/actions/user.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/actions/user.ts b/src/store/actions/user.ts
index bfbe9c80..4229517d 100644
--- a/src/store/actions/user.ts
+++ b/src/store/actions/user.ts
@@ -94,7 +94,7 @@ export const updateProfileCompletionStage = (
// TODO: this should be called after a successful upload of a first SP image
export const updateOnboardedSuggestedPeople = (
onboarded: boolean,
- callback: () => {},
+ callback: () => void,
): ThunkAction<Promise<void>, RootState, unknown, Action<string>> => async (
dispatch,
) => {