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.
1 parent 0d41555 commit f587c68Copy full SHA for f587c68
src/index.js
@@ -54,7 +54,7 @@ async function isDomainkeyValid(domain, key) {
54
const beurl = new URL(`https://rum.fastly-aem.page/domains/${domain}`);
55
beurl.searchParams.set('domainkey', key);
56
57
- const beresp = fetch(beurl, {
+ const beresp = await fetch(beurl, {
58
cf: {
59
// keep the auth in cache for 10 minutes
60
cacheTtl: 600,
0 commit comments