remove the sessionId from the ctx to prevent double sessionId key (<sessionId>.<sessionId>)

This commit is contained in:
2025-02-20 15:10:18 +03:00
parent 0089d6f125
commit 83a10efcd9
2 changed files with 8 additions and 10 deletions

View File

@@ -42,7 +42,6 @@ func main() {
}
ctx := context.Background()
ctx = context.WithValue(ctx, "SessionId", sessionId)
pfp := path.Join(scriptDir, "pp.csv")
flagParser, err := application.NewFlagManager(pfp)