chore: remove comment

Kujtim Hoxha created

Change summary

internal/config/config.go | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

internal/config/config.go 🔗

@@ -128,8 +128,7 @@ type Config struct {
 	Permissions *Permissions `json:"permissions,omitempty"`
 
 	// Internal
-	workingDir string `json:"-"`
-	// TODO: find a better way to do this this should probably not be part of the config
+	workingDir     string `json:"-"`
 	resolver       resolver.Resolver
 	dataConfigDir  string             `json:"-"`
 	knownProviders []catwalk.Provider `json:"-"`