Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 4, 2022
1 parent 6feca5a commit f182622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/clients/middleware.ts
Expand Up @@ -216,7 +216,7 @@ export class MasaClient {
}
)
.catch((err: any) => {
console.error("Minting Credit Score failed!", err.message);
console.error("Minting 2fa failed!", err.message);
});

if (storeMetadataResponse) {
Expand Down

0 comments on commit f182622

Please sign in to comment.