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 a15fa61 commit b0efe20Copy full SHA for b0efe20
runtime/fastly/builtins/cache-core.cpp
@@ -242,7 +242,7 @@ JS::Result<host_api::CacheWriteOptions> parseTransactionUpdateOptions(JSContext
242
}
243
if (!surrogateKeys_val.isUndefined()) {
244
JS::ForOfIterator it(cx);
245
- if (!it.init(vary_val)) {
+ if (!it.init(surrogateKeys_val)) {
246
return JS::Result<host_api::CacheWriteOptions>(JS::Error());
247
248
0 commit comments