bulltrackers-module 1.0.2 → 1.0.3

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.
@@ -228,7 +228,7 @@ async function dispatchDiscovery(userType, candidates, config) {
228
228
  }
229
229
  }
230
230
 
231
- await pubsubUtils.batchWriteShardedTasks(
231
+ await pubsubUtils.batchPublishTasks(
232
232
  topicName,
233
233
  tasks,
234
234
  `${userType} discovery`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [