sqlc: fixed miss method error

r/paopao-ce-pro
Michael Li 2 years ago
parent 3a18b81ecc
commit e6ef5e1fcd
No known key found for this signature in database

@ -60,7 +60,7 @@ func (s *commentSrv) GetCommentRepliesByID(ids []int64) ([]*core.CommentReplyFor
return nil, nil
}
func (s *commentSrv) GetCommentThumbsMap(tweetId int64) (cs.CommentThumbsMap, cs.CommentThumbsMap, error) {
func (s *commentSrv) GetCommentThumbsMap(userId int64, tweetId int64) (cs.CommentThumbsMap, cs.CommentThumbsMap, error) {
// TODO
return nil, nil, debug.ErrNotImplemented
}

Loading…
Cancel
Save