We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334ada4 commit 21302edCopy full SHA for 21302ed
services/libs/integrations/src/integrations/stackoverflow/processStream.ts
@@ -213,7 +213,6 @@ const processAnswerStream: ProcessStreamHandler = async (ctx) => {
213
} else {
214
user = await getStackOverflowUser(ctx, answer.owner.user_id.toString())
215
}
216
- user = await getStackOverflowUser(ctx, answer.owner.user_id.toString())
217
await ctx.publishData<IStackOverflowPublishData>({
218
answer: {
219
answer,
0 commit comments