Skip to content

Commit 8ca8fd2

Browse files
authored
fix param type error (#2204)
1 parent ab014cf commit 8ca8fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/nacos/mcpserver/watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ func (w *watcher) getServiceCallback(server *provider.McpServer, configGroup, da
711711
}
712712
}
713713

714-
func (w *watcher) buildVirtualServiceForMcpServer(serviceentry *v1alpha3.ServiceEntry, group, dataId, path, server *provider.McpServer) *config.Config {
714+
func (w *watcher) buildVirtualServiceForMcpServer(serviceentry *v1alpha3.ServiceEntry, group, dataId, path string, server *provider.McpServer) *config.Config {
715715
if serviceentry == nil {
716716
return nil
717717
}

0 commit comments

Comments
 (0)