Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Wrong import
  • Loading branch information
majst01 committed Feb 25, 2026
commit 009b00f49ba59b0dc32b4e2bd77df45cd24a043a
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package cmd

import (
context0 "context"
"context"
"errors"
"fmt"
"io"
Expand Down Expand Up @@ -128,7 +128,7 @@ func initConfigWithViperCtx(c *config.Config) error {

c.Client = mc
c.Completion.Client = mc
c.Completion.Ctx = context0.Background()
c.Completion.Ctx = context.Background()
c.Completion.Project = c.GetProject()

return nil
Expand Down