Skip to content

Commit 05f851b

Browse files
author
奇淼(piexlmax
authored
Merge pull request #37 from piexlmax/main
fixed:change FMT function
2 parents 60846c1 + 91e79ef commit 05f851b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/grpc/newServer/replacement.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ func interceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInf
3838
}
3939
four := strconv.Itoa(int(worker.GetId()))
4040
tranceids := strings.Split(Traceid, ".")
41-
tranceids[AgentId] = strconv.Itoa(global.AgentId)
4241
tranceids[OnlyKey] = four
4342
newId := ""
4443
for i := 0; i < len(tranceids); i++ {

0 commit comments

Comments
 (0)