Skip to content

Commit

Permalink
update: handled error while creating user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Jan 31, 2024
1 parent ba552df commit 21975b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function postAllUsersToTribe() {
headers: { 'x-user-token': `${node.authToken}` }
});
} catch (error) {
console.log('This is an error');
console.log(`Error creating user on bounty platform: ${JSON.stringify(error)}`);
}
}
}
Expand Down

0 comments on commit 21975b9

Please sign in to comment.