Skip to content

Commit

Permalink
社区文件下架
Browse files Browse the repository at this point in the history
  • Loading branch information
Love-YeLin committed Apr 2, 2024
1 parent d7b11a0 commit 31bc5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biz/adaptor/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ContentServerImpl struct {
}

func (s *ContentServerImpl) MakeFilePrivate(ctx context.Context, req *content.MakeFilePrivateReq) (res *content.MakeFilePrivateResp, err error) {
return s.MakeFilePrivate(ctx, req)
return s.FileService.MakeFilePrivate(ctx, req)
}

func (s *ContentServerImpl) GetHotValues(ctx context.Context, req *content.GetHotValuesReq) (res *content.GetHotValuesResp, err error) {
Expand Down

0 comments on commit 31bc5a3

Please sign in to comment.