Skip to content

Commit

Permalink
Revert custom method to debug build
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Jan 24, 2023
1 parent f33f974 commit 876837f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluxpipe-server.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func NewCustomDependencies() flux.Deps {

func exec(inputString string) (string, string) {

// ctx := flux.NewDefaultDependencies().Inject(context.Background())
ctx := NewCustomDependencies().Inject(context.Background())
ctx := flux.NewDefaultDependencies().Inject(context.Background())
// ctx := NewCustomDependencies().Inject(context.Background())
q, err := runQuery(ctx, inputString)
if err != nil {
fmt.Println("unexpected error while creating query: %s", err)
Expand Down

0 comments on commit 876837f

Please sign in to comment.