blixify-server 0.3.14 → 0.3.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -220,8 +220,8 @@ class MondayWrapper {
220
220
  }
221
221
  else
222
222
  combinedString = limitQuery ? limitQuery : cursorQuery;
223
- const columnValuesIds = req.body.onlyIds && req.body.onlyIds.length > 0
224
- ? `ids: [${req.body.onlyIds
223
+ const columnValuesIds = req.body.attributeIds && req.body.attributeIds.length > 0
224
+ ? `ids: [${req.body.attributeIds
225
225
  .map((id) => `"${id}"`)
226
226
  .join(", ")}]`
227
227
  : "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blixify-server",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "license": "MIT",
5
5
  "main": "dist/apis/index.js",
6
6
  "private": false,