Skip to content

Commit

Permalink
Fix compilation error introduced by last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcamou committed Nov 12, 2024
1 parent b668671 commit d97c7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/masa-node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func initOptions(cfg *config.AppConfig, keyManager *masacrypto.KeyManager) ([]no
node.WithBootNodes(cfg.Bootnodes...),
node.WithMasaDir(cfg.MasaDir),
node.WithCachePath(cachePath),
node.WithLlmCfUrl(cfg.LLMCfUrl),
node.WithLLMCloudFlareURL(cfg.LLMCfUrl),
node.WithKeyManager(keyManager),

Check warning on line 34 in cmd/masa-node/config.go

View check run for this annotation

Codecov / codecov/patch

cmd/masa-node/config.go#L31-L34

Added lines #L31 - L34 were not covered by tests
}

Expand Down

0 comments on commit d97c7a4

Please sign in to comment.