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 7d51204 commit 299de41Copy full SHA for 299de41
README.md
@@ -224,7 +224,7 @@ const client = new SlicingDice({
224
writeKey: 'WRITE_API_KEY'
225
}, usesTestEndpoint = true);
226
227
-indexData = {
+const indexData = {
228
"user1@slicingdice.com": {
229
"car-model": "Ford Ka",
230
"year": 2016
@@ -364,7 +364,7 @@ const client = new SlicingDice({
364
readKey: 'READ_KEY'
365
366
367
-query = [
+const query = [
368
{
369
"query-name": "corolla-or-fit",
370
"query": [
@@ -428,7 +428,7 @@ const client = new SlicingDice({
428
429
430
431
432
433
"query-name": "test-drives-in-ny",
434
0 commit comments