You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2018. It is now read-only.
The only reason definitionFullyResolved doesn't get populated is if JsonRefs#resolveRefs fails. Update your Sway.create(...).catch(function (err) { console.log(err.stack); }); to see what is up.
Bah, I can't get my system to work, I'n going to bed. @whitlockjc I'll see if I can't reproduce my case, and see what is happening... its most likely my configuration of the projects that's tripping me up.
I referring to this... https://github.com/swagger-api/sway-worker/blob/master/index.js#L28-L39
If there are
errors
we return eitherdefintionsFullyResolved
ordefintions
If there are no errors we only return
defintionsFullyResolved
Is this intentional? I'm curious, because
defintionsFullyResolved
isn't populate in my case. Could this be asway
issue?The text was updated successfully, but these errors were encountered: