diff options
Diffstat (limited to 'src/store')
| -rw-r--r-- | src/store/actions/user.ts | 2 |
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, ) => { |
