Skip to content

Commit 435ce2b

Browse files
committed
chore: playground
1 parent 4ef1dc5 commit 435ce2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/javascript/node/algoliasearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async function testAlgoliasearch() {
134134

135135
async function testAlgoliasearchBridgeIngestion() {
136136
// Init client with appId and apiKey
137-
const client = algoliasearch(appId, adminApiKey, { transformation: {taskID: '942f7183-8596-4e51-a887-977c5b362f3d', region: 'eu'}});
137+
const client = algoliasearch(appId, adminApiKey, { transformation: { region: 'eu'}});
138138

139139
await client.saveObjectsWithTransformation({indexName: "foo", objects: [{objectID: "foo", data: {baz: "baz", win: 42}}], waitForTasks: true })
140140

0 commit comments

Comments
 (0)