Skip to content

Commit

Permalink
fix main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hajek committed Jan 21, 2024
1 parent 8fcf5d2 commit 42ea966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uxBlock/showcase/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func createBlocks(contextCancelFunc func()) (*UxBlocks, error) {
FilePath: "zerops.log",
})

blocks := NewBlock(outputLogger, debugFileLogger, isTerminal, contextCancelFunc, []string{})
blocks := NewBlock(outputLogger, debugFileLogger, isTerminal, contextCancelFunc)

return blocks, nil
}

0 comments on commit 42ea966

Please sign in to comment.