Skip to content

Commit

Permalink
align with config notations
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Nov 12, 2024
1 parent 89621df commit 9139374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaterialCommons/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func getMcClient() {
return
}
args := &mcapi.ClientArgs{
BaseURL: srvConfig.Config.MaterialCommons.URL,
BaseURL: srvConfig.Config.MaterialCommons.Url,
APIKey: srvConfig.Config.MaterialCommons.AccessToken,
}
mcClient = mcapi.NewClient(args)
Expand Down

0 comments on commit 9139374

Please sign in to comment.