chore: remove comment

This commit is contained in:
Kujtim Hoxha
2025-07-28 17:58:41 +02:00
parent c050a33b6b
commit afc104fc53

View File

@@ -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:"-"`