Skip to content

Commit

Permalink
fixup! Config: Version Management
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Nov 13, 2024
1 parent fff95a1 commit 76067d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func New() (*Engine, error) {
return nil, fmt.Errorf("failed to load config. Err: %s", err)
}

return &b, err
return &b, nil
}

// NewFromSettings starts a new engine based on supplied settings
Expand Down

0 comments on commit 76067d3

Please sign in to comment.