Skip to content

Commit

Permalink
chore: address code review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioduarte committed Aug 10, 2022
1 parent 4aea702 commit 857a2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swagger-ui/swagger-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function buildSwaggerInitJS(
return jsTemplateString.replace('<% swaggerOptions %>', jsInitOptions);
}

let swaggerAssetsAbsoluteFSPath;
let swaggerAssetsAbsoluteFSPath: string | undefined;

/**
* Returns the absolute path to swagger-ui assets.
Expand Down

0 comments on commit 857a2d8

Please sign in to comment.