Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
reeceappling committed Aug 12, 2023
1 parent 8984004 commit 73e4a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/bitbucket/bitbucket-pipelines.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class BitbucketPipelines extends BaseJsonService {
value =>
value.state &&
(value.state.name === 'COMPLETED' ||
value.state.name === 'IN_PROGRESS'),
value.state.name === 'IN_PROGRESS'),
)
if (values.length > 0) {
if (Object.prototype.hasOwnProperty.call(values[0].state, 'result')) {
Expand Down

0 comments on commit 73e4a4b

Please sign in to comment.