Skip to content

Commit

Permalink
Add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
VladToby committed Jul 26, 2024
1 parent ac1b43b commit c975a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ export const validateField = (fieldName: string, value: string): string | null =
console.warn(`Unknown field for validation: ${fieldName}`);
return null;
}
};
};
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"typeRoots": ["./src/index.d.ts"]
},
"include": ["src"]
}
}

0 comments on commit c975a1c

Please sign in to comment.