Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamilOmar committed Nov 10, 2019
1 parent 9a57ae1 commit bb8f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/authentication.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class AuthenticateActionProvider implements Provider<AuthenticateFn> {
if (params) {
for (let i = 0; i < args.length; ++i) {
const spec = params[i] as ParameterObject;
if (!spec) continue;
if (!spec) continue; // when executing patch, the spec might be undefined
const paramIn = spec.in;
switch (paramIn) {
case 'path':
Expand Down

0 comments on commit bb8f8fe

Please sign in to comment.