Skip to content

Commit

Permalink
revert: notification data
Browse files Browse the repository at this point in the history
  • Loading branch information
ppolariss committed Jul 9, 2024
1 parent a1f2ad0 commit 8d3ae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/floor.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func (floor *Floor) SendSensitive(_ *gorm.DB) error {
description = "error: sensitive detail is empty!!!"
}
message := Notification{
Data: floor.ID,
Data: floor,
Recipients: userIDs,
Description: description,
Title: "您有待审核的内容",
Expand Down

0 comments on commit 8d3ae8c

Please sign in to comment.