fix: Cleanup

This commit is contained in:
Ilya Kuznetsov 2024-12-23 12:18:50 +01:00
parent d7fbf8ab69
commit 35b3921f8c
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
1 changed files with 0 additions and 2 deletions

View File

@ -241,8 +241,6 @@ func (m *applyPresets) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagnos
disabled := false
b.Config.Presets.SourceLinkedDeployment = &disabled
}
enabled := true
b.Config.Presets.SourceLinkedDeployment = &enabled
}
return diags