Skip to content

Commit 497155c

Browse files
committed
feat(webhosting): fix lint
1 parent acdc327 commit 497155c

File tree

5 files changed

+1307
-621
lines changed

5 files changed

+1307
-621
lines changed

internal/services/webhosting/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func newHostingAPIWithRegion(d *schema.ResourceData, m interface{}) (*webhosting
4040
return api, region, nil
4141
}
4242

43-
func newDnsAPIWithRegion(d *schema.ResourceData, m interface{}) (*webhosting.DnsAPI, scw.Region, error) {
43+
func newDNSAPIWithRegion(d *schema.ResourceData, m interface{}) (*webhosting.DnsAPI, scw.Region, error) {
4444
api := webhosting.NewDnsAPI(meta.ExtractScwClient(m))
4545

4646
region, err := meta.ExtractRegion(d, m)

0 commit comments

Comments
 (0)