Skip to content

Commit 739cc9d

Browse files
committed
feat(webhosting): fix lint
1 parent acdc327 commit 739cc9d

File tree

3 files changed

+155
-155
lines changed

3 files changed

+155
-155
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)