Skip to content

Commit b64131f

Browse files
authoredOct 23, 2023
Update lib/interfaces/open-api-spec.interface.ts
1 parent bd87433 commit b64131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/interfaces/open-api-spec.interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export interface SecuritySchemeObject {
260260
bearerFormat?: string;
261261
flows?: OAuthFlowsObject;
262262
openIdConnectUrl?: string;
263-
'x-tokenName'?:string;
263+
'x-tokenName'?: string;
264264
}
265265

266266
export interface OAuthFlowsObject {

0 commit comments

Comments
 (0)
Please sign in to comment.