Skip to content

Commit

Permalink
fix receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Mar 4, 2024
1 parent 87acbfa commit 8a00edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func ContainerAppCustomDomainIDInsensitively(input string) (*ContainerAppCustomD
return &id, nil
}

func (id *ContainerAppCustomDomainId) FromParseResult(input resourceids.ParseResult) error {
func (id ContainerAppCustomDomainId) FromParseResult(input resourceids.ParseResult) error {
var ok bool

if id.SubscriptionId, ok = input.Parsed["subscriptionId"]; !ok {
Expand Down

0 comments on commit 8a00edd

Please sign in to comment.