bulltrackers-module 1.0.528 → 1.0.530

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.
@@ -60,7 +60,7 @@ async function checkIfUserIsPI(db, userCid, config, logger = null) {
60
60
 
61
61
  const rawRankingsData = rankingsDoc.data();
62
62
  // Decompress if needed
63
- const { tryDecompress } = require('../compression_helpers');
63
+ const { tryDecompress } = require('./compression_helpers');
64
64
  const rankingsData = tryDecompress(rawRankingsData);
65
65
  const rankingsItems = rankingsData.Items || [];
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.528",
3
+ "version": "1.0.530",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [