Skip to content

Commit da39c41

Browse files
committed
linting
1 parent c328dba commit da39c41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

provisionerd/runner/runner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,6 @@ func (r *Runner) runTemplateDryRun(ctx context.Context) (*proto.CompletedJob, *p
773773
// Ensure all metadata fields are set as they are all optional for dry-run.
774774
metadata := r.job.GetTemplateDryRun().GetMetadata()
775775
metadata.WorkspaceTransition = sdkproto.WorkspaceTransition_START
776-
metadata.WorkspaceOwnerGroups = metadata.WorkspaceOwnerGroups
777776
if metadata.CoderUrl == "" {
778777
metadata.CoderUrl = "http://localhost:3000"
779778
}

0 commit comments

Comments
 (0)