Skip to content

Commit

Permalink
fix ci + created register route
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye committed Feb 20, 2024
1 parent 365da08 commit 06bec76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/sac-mobile/services/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ export const register = async (
email,
password,
college: 'KKCS',
year: '3',
year: '3'
});
return response.data;
} catch (error) {
console.error(error);
throw new Error('Error registering');
}
}
};

0 comments on commit 06bec76

Please sign in to comment.