Skip to content

Commit 21302ed

Browse files
authored
Fix undefined error in StackOverflow integration (#1095)
1 parent 334ada4 commit 21302ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/libs/integrations/src/integrations/stackoverflow/processStream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ const processAnswerStream: ProcessStreamHandler = async (ctx) => {
213213
} else {
214214
user = await getStackOverflowUser(ctx, answer.owner.user_id.toString())
215215
}
216-
user = await getStackOverflowUser(ctx, answer.owner.user_id.toString())
217216
await ctx.publishData<IStackOverflowPublishData>({
218217
answer: {
219218
answer,

0 commit comments

Comments
 (0)