Skip to content

Commit

Permalink
chore: fix cspell job
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Jun 21, 2024
1 parent 90908e1 commit 074dde5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default class RealWorldForm {
return maskitoGetCountryFromNumber(this.form.value.phone || '', metadata) || '';
}

protected log(smth: any): void {
console.info(smth);
protected log(something: any): void {
console.info(something);
}
}

0 comments on commit 074dde5

Please sign in to comment.