Skip to content
Snippets Groups Projects
Commit 4e259038 authored by Davor's avatar Davor
Browse files

fix build, remove unused

parent 354d77a3
No related branches found
No related tags found
1 merge request!45Feat/protect users endpoint
Pipeline #21481 passed with stages
in 3 minutes and 5 seconds
......@@ -123,7 +123,7 @@ export const updateUserById = (user: any) => async (dispatch: Dispatch<any>, get
dispatch(setUserModalLoading(false));
};
export const updatePersonalInfo = (user: any) => async (dispatch: Dispatch<any>, getState: any) => {
export const updatePersonalInfo = (user: any) => async (dispatch: Dispatch<any>) => {
dispatch(setUserModalLoading(true));
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment