We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fccd3a4 + 46f3369 commit 8b329b0Copy full SHA for 8b329b0
pkg/appstore/appstore_lookup.go
@@ -21,7 +21,7 @@ type LookupOutput struct {
21
func (t *appstore) Lookup(input LookupInput) (LookupOutput, error) {
22
countryCode, err := countryCodeFromStoreFront(input.Account.StoreFront)
23
if err != nil {
24
- return LookupOutput{}, fmt.Errorf("failed to reoslve the country code: %w", err)
+ return LookupOutput{}, fmt.Errorf("failed to resolve the country code: %w", err)
25
}
26
27
request := t.lookupRequest(input.BundleID, countryCode)
0 commit comments