robotLJW commented on a change in pull request #1285:
URL:
https://github.com/apache/servicecomb-service-center/pull/1285#discussion_r820230523
##########
File path: server/service/disco/metadata.go
##########
@@ -69,6 +71,9 @@ func registerService(ctx context.Context, request
*pb.CreateServiceRequest) (*pb
return nil, quotaErr
}
+ service.Timestamp = strconv.FormatInt(time.Now().Unix(), 10)
Review comment:
已经修复,使用局部变量
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]