Skip to content

Commit 33708c5

Browse files
committed
Rename parameter
1 parent 50c406f commit 33708c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Octopus.Server.Client/Model/TenantVariables/ModifyProjectVariablesByTenantIdCommand.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ public class ProjectVariableScope(string[] environmentIds)
3131
public string[] EnvironmentIds { get; set; } = environmentIds;
3232
}
3333

34-
public class ModifyProjectVariablesByTenantIdResponse(string tenantId, TenantProjectVariable[] commonVariables)
34+
public class ModifyProjectVariablesByTenantIdResponse(string tenantId, TenantProjectVariable[] projectVariables)
3535
{
3636
public string TenantId { get; set; } = tenantId;
3737

38-
public TenantProjectVariable[] ProjectVariables { get; set; } = commonVariables;
38+
public TenantProjectVariable[] ProjectVariables { get; set; } = projectVariables;
3939
}
4040

0 commit comments

Comments
 (0)