From 94d24edc7cafb12aadeae246eeb5b3132b1c2750 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 10 Feb 2021 15:36:12 -0500 Subject: upload photo done --- src/store/actions/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store') 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, RootState, unknown, Action> => async ( dispatch, ) => { -- cgit v1.2.3-70-g09d2