@shushed/helpers 0.0.47 → 0.0.48
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.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -956,7 +956,6 @@ var PubSubHelper = class extends Runtime {
|
|
|
956
956
|
}
|
|
957
957
|
async ensureSubscribtionExists(subscriptionName, opts) {
|
|
958
958
|
let [subscriptions] = await opts.topic.getSubscriptions();
|
|
959
|
-
console.log("subscriptions x", JSON.stringify(subscriptions), subscriptionName);
|
|
960
959
|
let subscription = subscriptions.find((subscription2) => this.getNameFromFullyQualifiedName(subscription2.name) === subscriptionName) || null;
|
|
961
960
|
const [subscriptionMetaData] = await subscription?.getMetadata() || [null];
|
|
962
961
|
const createPayload = await this.updateSubscription(subscriptionName, subscription, subscriptionMetaData, opts);
|