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 was archived by the owner on Apr 2, 2018. It is now read-only.
I'm trying to use Deploy but I can't get the deploy.check() to be resolved.
There are no errors, no console message helping me:
// this appears in my console
console.log('deploy.check()', this.deploy.channel);
this.deploy.check().then((snapshotAvailable: boolean) => {
// that never appears in my console
console.info('deploy.check() result', snapshotAvailable);
});