Skip to content

Commit

Permalink
Merge branch 'main' into fix/社区文件下架
Browse files Browse the repository at this point in the history
  • Loading branch information
Love-YeLin authored Apr 2, 2024
2 parents b68a916 + e20fbe3 commit 505e0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biz/application/service/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ func (s *FileService) MakeFilePrivate(ctx context.Context, req *gencontent.MakeF
return resp, err
}

res, _ := sonic.Marshal(&message.DeleteFileRelationsMessage{
res, _ := sonic.Marshal(&message.DeleteFileRelationsMessage{
FromType: int64(gencontent.TargetType_UserType),
FromId: req.UserId,
ToType: int64(gencontent.TargetType_FileType),
Expand Down

0 comments on commit 505e0e9

Please sign in to comment.