@ozdao/prometheus-framework 0.2.260 → 0.2.261

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozdao/prometheus-framework",
3
- "version": "0.2.260",
3
+ "version": "0.2.261",
4
4
  "description": "Web3 Framework focused on user experience and ease of development.",
5
5
  "author": "OZ DAO <hello@ozdao.dev>",
6
6
  "license": "GPL-3.0-or-later",
@@ -52,7 +52,7 @@ const middlewareFactory = (db) => {
52
52
  queryProcessorGlobals.getOwnerOrganizationLookupStage(),
53
53
  queryProcessorGlobals.getAddFieldsCreatorOwnerStage(),
54
54
  // Get object
55
- queryProcessor.getProjectStage(),
55
+ // queryProcessor.getProjectStage(),
56
56
  // Pagination
57
57
  ...queryProcessorGlobals.getSortingOptions(
58
58
  req.query.sortParam,