Navigation Menu

Skip to content

Commit

Permalink
add num_winners to WordsGameResult
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfinnell committed Feb 6, 2019
1 parent 7f5418e commit 16f4d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hqtrivia/model/words_game_result.cr
Expand Up @@ -8,6 +8,7 @@ module HqTrivia
type: String,
show_id: {key: "showId", type: Int32},
winners: Array(Winner),
num_winners: {key: "numWinners", type: Int32},
c: Int32,
sent: Time,
})
Expand Down

0 comments on commit 16f4d96

Please sign in to comment.