Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If as only code in an else #70

Open
i2xzy opened this issue Apr 13, 2018 · 1 comment
Open

If as only code in an else #70

i2xzy opened this issue Apr 13, 2018 · 1 comment

Comments

@i2xzy
Copy link

i2xzy commented Apr 13, 2018

ToVaHayGi/src/handler.js

Lines 57 to 59 in 4b3cf6e

} else {
// target the JWT and decode its contents
if (req.headers.cookie) {

} else if (req.headers.cookie) {
@i2xzy
Copy link
Author

i2xzy commented Apr 13, 2018

Note: when you do the end of list handler needs to be:

ToVaHayGi/src/handler.js

Lines 69 to 74 in 4b3cf6e

}
});
}
}
});
};

        }
      });
    }
  });
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant