We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I find set setAvailabilityForDay does not work but setPriceForDay is ok.
> var setav; undefined > airbnb.setAvailabilityForDay({ ... id: 27836280, ... date: '2019-07-29', ... availability: 'blocked' // or 'blocked'? ... }).then( v => { setav = v } ) .catch( e => { console.log(e) } ) Promise { <pending>, domain: Domain { domain: null, _events: [Object: null prototype] { removeListener: [Function: updateExceptionCapture], newListener: [Function: updateExceptionCapture], error: [Function: debugDomainError] }, _eventsCount: 3, _maxListeners: undefined, members: [], [Symbol(kWeak)]: WeakReference {} } } > > setav undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I find set setAvailabilityForDay does not work but setPriceForDay is ok.
The text was updated successfully, but these errors were encountered: