Skip to content

Commit 5e896c9

Browse files
committed
add missing attribute
1 parent 6179ca1 commit 5e896c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/load_game_threads.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ def row_data(game, starts_at, post_at, subreddit_id, title)
9898
updated_at: Time.now.strftime('%F %T'),
9999
subreddit_id:,
100100
game_pk: game['gamePk'].to_i,
101-
title:
101+
title:,
102+
status: 'Future'
102103
}
103104
end
104105

0 commit comments

Comments
 (0)