chore: Cleanup sandbox registry

This commit is contained in:
Abhisek Datta
2026-01-08 16:22:31 +05:30
parent eeeed76f07
commit 8ba18338d9
4 changed files with 34 additions and 18 deletions
+1 -1
View File
@@ -99,6 +99,6 @@ type ProfileRegistry interface {
}
// NewProfileRegistry creates a new profile registry with built-in policies.
func NewProfileRegistry() ProfileRegistry {
func NewProfileRegistry() (ProfileRegistry, error) {
return newDefaultProfileRegistry()
}