cmd/uplink: don't send TODO as the instance id

there's not really anything better to send. uplinks have
rotating node ids on each startup, so that's not right
here. i don't think anyone will use instance id for
uplinks so let's just fold and send nothing.

Change-Id: I2511605e95eba1816d662d385b28d5feab8c4eb0
This commit is contained in:
JT Olio 2022-10-11 22:31:22 -04:00 committed by Storj Robot
parent 5cfd64579e
commit 9c09a8dbd5

View File

@ -273,7 +273,7 @@ func (ex *external) Wrap(ctx context.Context, cmd clingy.Command) (err error) {
client := eventkit.NewUDPClient(
appname,
appversion,
"TODO",
"",
ex.events.address,
)