From afc104fc531027d24413e6a428984be4bb303d1c Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Mon, 28 Jul 2025 17:58:41 +0200 Subject: [PATCH] chore: remove comment --- internal/config/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/config/config.go b/internal/config/config.go index 729266d5e0f2042cef82196abc8c0ff27a9da3eb..edee9cf755229d9c09ca05593647488f5ea3b0ce 100644 --- a/internal/config/config.go +++ b/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:"-"`