Skip to content

Commit

Permalink
Rename validateFunctions.ts to validatefunctions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw authored Aug 2, 2024
1 parent 32fcc9f commit 1d932a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export const validateJson = (filePath: string, fileName?: string): boolean => {
console.error(`Error: ${error.message}`);
return false;
}
}
}

0 comments on commit 1d932a3

Please sign in to comment.