Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update distributables
  • Loading branch information
James M. Greene authored and James M. Greene committed Mar 9, 2023
1 parent 7e85efa commit 44b836a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Expand Up @@ -10051,7 +10051,7 @@ class Deployment {
if (deployment) {
this.deploymentInfo = {
...deployment,
id: deployment?.id || deployment?.['status_url']?.split('/')?.pop() || this.buildVersion,
id: deployment.id || deployment.status_url?.split('/')?.pop() || this.buildVersion,
pending: true
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 44b836a

Please sign in to comment.