Skip to content

Commit

Permalink
fix(Violations): respace comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-coleman committed Feb 16, 2024
1 parent 9f21c3e commit 79b0598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libs/ErrorUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ function addErrorMessage<TKey extends TranslationPaths>(errors: Errors, inputID?
}
}

/** Check if the error includes a receipt. */
/**
* Check if the error includes a receipt.
*/
function isReceiptError(message: unknown): message is ReceiptError {
if (typeof message === 'string') {
return false;
Expand Down

0 comments on commit 79b0598

Please sign in to comment.