mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-25 07:06:12 +00:00
Remove instanceMetadataMap from ApiContext
This commit is contained in:
@@ -26,7 +26,6 @@ function ApiContext.new(baseUrl)
|
|||||||
baseUrl = baseUrl,
|
baseUrl = baseUrl,
|
||||||
serverId = nil,
|
serverId = nil,
|
||||||
rootInstanceId = nil,
|
rootInstanceId = nil,
|
||||||
instanceMetadataMap = nil,
|
|
||||||
messageCursor = -1,
|
messageCursor = -1,
|
||||||
partitionRoutes = nil,
|
partitionRoutes = nil,
|
||||||
}
|
}
|
||||||
@@ -96,7 +95,6 @@ function ApiContext:connect()
|
|||||||
self.serverId = body.serverId
|
self.serverId = body.serverId
|
||||||
self.partitionRoutes = body.partitions
|
self.partitionRoutes = body.partitions
|
||||||
self.rootInstanceId = body.rootInstanceId
|
self.rootInstanceId = body.rootInstanceId
|
||||||
self.instanceMetadataMap = body.instanceMetadataMap
|
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user