Skip to content

Commit

Permalink
change to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Inoir committed Jan 27, 2023
1 parent 7dd8271 commit acd9c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extra/swagger-shim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ export function PickType() {
return () => {};
}
export function getSchemaPath() {
return () => ""
return () => ''
}

0 comments on commit acd9c64

Please sign in to comment.