Skip to content

Commit

Permalink
update del question
Browse files Browse the repository at this point in the history
  • Loading branch information
aichy126 committed Mar 9, 2023
1 parent cac2ce0 commit e184986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/question_service.go
Expand Up @@ -375,7 +375,7 @@ func (qs *QuestionService) RemoveQuestion(ctx context.Context, req *schema.Remov
log.Errorf("user DeleteQuestion rank rollback error %s", err.Error())
}
activity_queue.AddActivity(&schema.ActivityMsg{
UserID: questionInfo.UserID,
UserID: req.UserID,
ObjectID: questionInfo.ID,
OriginalObjectID: questionInfo.ID,
ActivityTypeKey: constant.ActQuestionDeleted,
Expand Down

0 comments on commit e184986

Please sign in to comment.