fix: Remove unused scopes from parameter computation (#4171)

This commit is contained in:
Kyle Carberry
2022-09-23 16:09:45 -05:00
committed by GitHub
parent ea115c981d
commit b64f624d17
4 changed files with 0 additions and 13 deletions

View File

@ -15,8 +15,6 @@ import (
// ComputeScope targets identifiers to pull parameters from.
type ComputeScope struct {
TemplateImportJobID uuid.UUID
OrganizationID uuid.UUID
UserID uuid.UUID
TemplateID uuid.NullUUID
WorkspaceID uuid.NullUUID
AdditionalParameterValues []database.ParameterValue