We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036c04f commit 5db7501Copy full SHA for 5db7501
src/apps/onboarding/src/redux/actions/member.ts
@@ -267,7 +267,6 @@ const createEducationsPayloadData: any = (educations: EducationInfo[]) => {
267
export const updateMemberEducations: any = (educations: EducationInfo[]) => async (dispatch: any) => {
268
try {
269
const tokenInfo: TokenModel = await getAsyncToken()
270
- console.log(createEducationsPayloadData(educations), 'createEducationsPayloadData(educations)')
271
await updateMemberTraits(tokenInfo.handle || '', createEducationsPayloadData(educations))
272
dispatch(updateEducations(educations))
273
} catch (error) {
0 commit comments