fix asset name

This commit is contained in:
ManyTheFish 2024-12-04 14:44:57 +01:00
parent 1a17e2e572
commit 7458f0386c

View File

@ -102,7 +102,7 @@
"route": "indexes/movies/documents", "route": "indexes/movies/documents",
"method": "POST", "method": "POST",
"body": { "body": {
"asset": "hackernews-01-modified-filters.ndjson" "asset": "hackernews-02-modified-filters.ndjson"
}, },
"synchronous": "WaitForTask" "synchronous": "WaitForTask"
} }