Skip to content

Commit

Permalink
liquid-nova: fix struct tags
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky committed Dec 17, 2024
1 parent e2f4c9f commit a952441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/liquids/nova/liquid.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

type Logic struct {
NovaV2 *gophercloud.ServiceClient `yaml:"-"`
NovaV2 *gophercloud.ServiceClient `json:"-"`
}

// Init implements the liquidapi.Logic interface.
Expand Down

0 comments on commit a952441

Please sign in to comment.