mirror of https://gitee.com/answerdev/answer.git
fix: not enough argument lead to compile error
This commit is contained in:
parent
e937597afe
commit
5a16a24859
|
@ -95,7 +95,7 @@ func (os *ObjService) GetUnreviewedRevisionInfo(ctx context.Context, objectID st
|
|||
}
|
||||
|
||||
case constant.TagObjectType:
|
||||
tagInfo, exist, err := os.tagRepo.GetTagByID(ctx, objectID)
|
||||
tagInfo, exist, err := os.tagRepo.GetTagByID(ctx, objectID, true)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue