Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 25, 2024
1 parent 6c35c70 commit 5a569eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function loadSchema(
} satisfies JitiOptions),
);

const rawSchema = await jiti.import(entryPath) as InputObject;
const rawSchema = (await jiti.import(entryPath)) as InputObject;
const schema = await resolveSchema(rawSchema, options.defaults, {
ignoreDefaults: options.ignoreDefaults,
});
Expand Down

0 comments on commit 5a569eb

Please sign in to comment.