fix: do not require remoteOrgID for remote connection creation (#451)

This commit is contained in:
Dane Strandboge
2022-10-28 11:16:53 -05:00
committed by GitHub
parent 121864a550
commit 3285a03e9e
52 changed files with 2942 additions and 587 deletions

View File

@ -16,7 +16,7 @@ import (
// ShardOwner struct for ShardOwner
type ShardOwner struct {
// ID of the node that owns a shard.
// The ID of the node that owns the shard.
NodeID int64 `json:"nodeID" yaml:"nodeID"`
}