Skip to content

Commit 293c0fc

Browse files
committed
fix test
1 parent 3228d79 commit 293c0fc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

playground/javascript/node/recommend.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import recommendClient from '@algolia/recommend';
1+
import { recommendClient } from '@algolia/recommend';
22
import { ApiError } from '@algolia/client-common';
33

44
const appId = process.env.ALGOLIA_APPLICATION_ID || '**** APP_ID *****';
@@ -7,9 +7,6 @@ const apiKey = process.env.ALGOLIA_SEARCH_KEY || '**** SEARCH_API_KEY *****';
77
const searchIndex = process.env.SEARCH_INDEX || 'test_index';
88
const searchQuery = process.env.SEARCH_QUERY || 'test_query';
99

10-
console.log("######################")
11-
console.log({ recommendClient })
12-
1310
// Init client with appId and apiKey
1411
const client = recommendClient(appId, apiKey);
1512

0 commit comments

Comments
 (0)