propro-utils 1.6.0 → 1.6.1

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.
@@ -72,7 +72,7 @@ async function consolidateGlobalStyles(accountId) {
72
72
  // Find all global styles for this account with allowDiskUse option
73
73
  const allStyles = await userStyleSchema
74
74
  .find({ accountId })
75
- .sort({ createdAt: 1 })
75
+ // .sort({ createdAt: 1 })
76
76
  .option({ allowDiskUse: true });
77
77
 
78
78
  if (allStyles.length <= 1) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-utils",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Auth middleware for propro-auth",
5
5
  "main": "src/index.js",
6
6
  "scripts": {