Last active
May 21, 2018 08:16
-
-
Save DavidOndrus/19e9d76702a0f278820f78c05a02217e to your computer and use it in GitHub Desktop.
response 200
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (req.waterwheel) { | |
req.session.tokenInformation = _.cloneDeep(req.waterwheel.oauth.tokenInformation); | |
req.session.tokenExpireTime = req.waterwheel.oauth.tokenExpireTime; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment