Skip to content

Commit

Permalink
add sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir committed Jan 19, 2024
1 parent ca2e9d9 commit 37c1893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let gitHubSummary = '### :fire_engine: Logs '+NEW_LINE;
function readStrictValidation() {
try {
// Read the content of the JSON file
const data = await fs.readFile('options.json', 'utf8');
const data = fs.readFileSync('options.json', 'utf8');

// Parse the JSON content
const options = JSON.parse(data);
Expand Down

0 comments on commit 37c1893

Please sign in to comment.