Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-zijdemans-vipps committed Jan 23, 2024
1 parent 24ac1bd commit a19ed9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ export const parseError = <TErr>(
return { ok: false, message: `${error.name} - ${error.message}` };
}

console.log("DEFAULT");

// Default to error as string
return { ok: false, message: "Unknown error" };
};

0 comments on commit a19ed9c

Please sign in to comment.