Skip to content

Commit

Permalink
Update buildApiUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jan 18, 2024
1 parent 7134975 commit 4ad2aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-docs-builder/buildApiUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function fixPathname(pathname: string): string {

const DEFAULT_PRETTIER_CONFIG_PATH = path.join(process.cwd(), 'prettier.config.js');

export function writePrettifiedFile(
export async function writePrettifiedFile(
filename: string,
data: string,
prettierConfigPath: string = DEFAULT_PRETTIER_CONFIG_PATH,
Expand Down

0 comments on commit 4ad2aff

Please sign in to comment.