Skip to content

Commit

Permalink
Merge pull request #109 from wanjunlei/release-1.4
Browse files Browse the repository at this point in the history
fix bug wechat alert selector does not active
  • Loading branch information
Benjamin Huo authored Oct 14, 2021
2 parents 9b7b7d9 + 3d5f4e1 commit 2077f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/notify/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ func (w *Wechat) Clone() *Wechat {
ToTag: w.ToTag,
TmplType: w.TmplType,
Template: w.Template,
Selector: w.Selector,
}
}

Expand Down

0 comments on commit 2077f77

Please sign in to comment.