Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Oct 25, 2022
1 parent 451a56b commit e77734a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiService/ApiService/Functions/AgentRegistration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private async Async.Task<HttpResponseData> Post(HttpRequestData req) {
var version = uri["version"] ?? "1.0.0";

var computerName = uri["computer_name"];
long? instanceId = null;
string? instanceId = null;
if (computerName is not null) {
instanceId = InstanceIds.InstanceIdFromComputerName(computerName);
}
Expand Down

0 comments on commit e77734a

Please sign in to comment.