Skip to content

Commit

Permalink
fix: TECH trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-taran committed Dec 31, 2024
1 parent 2776e74 commit 63e2e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pubsub/src/Subscriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ export class Subscriber<T = unknown> {
}
if (this.isMetadataChanged(existingSubscription, options)) {
await subscription.setMetadata({
deadLetterPolicy: options.deadLetterPolicy,
retryPolicy: options.retryPolicy,
deadLetterPolicy: options.deadLetterPolicy,
labels: options?.labels
})
this.logger?.info(`PubSub: Subscription ${subscriptionName} metadata updated`)
Expand Down

0 comments on commit 63e2e75

Please sign in to comment.