-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
On getCurrentUserEffect function in the auth.effects.ts file the are a type any when response is successfull. Replace with the correct type of the response
this.authService.getCurrentUser().pipe(
map(({ data }: any) =>
AuthActions.fetchCurrentUserSuccessAction({ user: data.user })
),
catchError(() => EMPTY)
)Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers