Skip to content

Commit

Permalink
fix(api): Add alone metrics to get trigger reply
Browse files Browse the repository at this point in the history
Relates #428
  • Loading branch information
litleleprikon committed Jun 9, 2020
1 parent b9731fb commit 355c7df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/dto/triggers.go
Expand Up @@ -110,6 +110,7 @@ func CreateTriggerModel(trigger *moira.Trigger) TriggerModel {
Patterns: trigger.Patterns,
IsRemote: trigger.IsRemote,
MuteNewMetrics: trigger.MuteNewMetrics,
AloneMetrics: trigger.AloneMetrics,
}
}

Expand Down

0 comments on commit 355c7df

Please sign in to comment.