Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Sep 2, 2024
1 parent 34dbdfa commit dc4e7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/workflows-service/src/alert/alert.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ export class AlertService {
status: AlertExecutionStatus.FAILED,
alertDefinition,
executionRow,
error: new Error('Aggregated row is missing properties'),
error: new Error('Aggregated row is missing properties '),
});
}
}

const subjectResult = _.map(_.pick(executionRow, inlineRule.subjects), (value, key) => ({
[key]: value,
Expand Down

0 comments on commit dc4e7b4

Please sign in to comment.