Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfinnell committed Feb 6, 2019
1 parent b495b4a commit c27d5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hqtrivia/model/words_game_result.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module HqTrivia
type: String,
show_id: {key: "showId", type: Int32},
winners: Array(Winner),
num_winners: {key: "numWinners", type: Int32?},
num_winners: {key: "numWinners", type: Int32, nilable: true},
c: Int32,
sent: Time,
})
Expand Down

0 comments on commit c27d5bd

Please sign in to comment.