Skip to content

Commit 63961b0

Browse files
committed
chore: update notification target to Feishu Admin in SendCreate method
1 parent 05e21f8 commit 63961b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/report.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (report *Report) SendCreate(_ *gorm.DB) error {
167167
URL: fmt.Sprintf("/api/reports/%d", report.ID),
168168
}
169169
_, err := message.Send()
170-
utils.Notify(utils.NotificationTargetFeishuDivision, desc)
170+
utils.Notify(utils.NotificationTargetFeishuAdmin, desc)
171171
return err
172172
}
173173

0 commit comments

Comments
 (0)