We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c040b36 commit e98e0bdCopy full SHA for e98e0bd
apps/question-service/handlers/findmatchingquestion.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
func (s *GrpcServer) FindMatchingQuestion(ctx context.Context, req *pb.MatchQuestionRequest) (*pb.QuestionFound, error) {
10
- log.Printf("Received find matching question request: %v", req)
+ log.Printf("Received matching question request: %v", req)
11
return &pb.QuestionFound{
12
QuestionId: 1,
13
QuestionName: "abc",
0 commit comments