We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98d498 commit dcdc2fcCopy full SHA for dcdc2fc
4 files changed
.infra/common.ts
@@ -311,10 +311,6 @@ export const workers: Worker[] = [
311
topic: 'api.v1.post-visible',
312
subscription: 'api.post-added-user-notification',
313
},
314
- {
315
- topic: 'api.v1.post-visible',
316
- subscription: 'api.agentic-digest-tweet',
317
- },
318
{
319
topic: 'api.v1.post-highlighted',
320
subscription: 'api.major-highlight-tweet',
__tests__/workers/agenticDigestTweet.ts
0 commit comments