File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,15 +263,15 @@ export function overwriteProperties(object: { properties: string | Specification
263263 const properties : any = object . properties ;
264264
265265 if ( properties . username && properties . password ) {
266- object . properties = new Specification . Basicpropsdef ( object ) ;
266+ object . properties = new Specification . Basicpropsdef ( object . properties ) ;
267267 }
268268
269269 if ( properties . token ) {
270- object . properties = new Specification . Bearerpropsdef ( object ) ;
270+ object . properties = new Specification . Bearerpropsdef ( object . properties ) ;
271271 }
272272
273273 if ( properties . grantType ) {
274- object . properties = new Specification . Oauth2propsdef ( object ) ;
274+ object . properties = new Specification . Oauth2propsdef ( object . properties ) ;
275275 }
276276 }
277277}
You can’t perform that action at this time.
0 commit comments