Skip to content

Commit 6e10f62

Browse files
reign-gitCisphyx
andauthored
Update snippets/cloudflare-domain-rank/cloudflare-domain-rank.storm
Co-authored-by: Cisphyx <cisphyx@gmail.com>
1 parent a13c6a9 commit 6e10f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/cloudflare-domain-rank/cloudflare-domain-rank.storm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Dependencies:
1818
+inet:fqdn
1919

2020
// Query Cloudflare's Radar's Domains Rank details for the inbound domain.
21-
$url = $lib.str.concat("https://api.cloudflare.com/client/v4/radar/ranking/domain/", $node.repr())
21+
$url = `https://api.cloudflare.com/client/v4/radar/ranking/domain/{$node.repr()}`
2222
$headers = $lib.dict(
2323
"Accept"="application/json",
2424
"Authorization"= `Bearer {$lib.globals.get(cloudflare:apikey)}`

0 commit comments

Comments
 (0)