Skip to content

Commit 43763bf

Browse files
authored
Merge pull request #95 from aria001/main
Update twitter.js
2 parents 94bab75 + 349afc2 commit 43763bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/twitter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function csvRow(t) {
224224
t.favorite_count,
225225
t.id_str,
226226
t.in_reply_to_screen_name,
227-
t.in_reply_to_status_id,
227+
t.in_reply_to_status_id_str,
228228
t.in_reply_to_user_id,
229229
t.lang,
230230
place(t),

0 commit comments

Comments
 (0)