Skip to content

Commit

Permalink
FAForever/faf-python-api#123 visible should be boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed Nov 4, 2016
1 parent 6080d37 commit 445de01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faf/api/featured_mod_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class FeaturedModSchema(Schema):
technical_name = fields.String()
display_name = fields.String()
description = fields.String()
visible = fields.String()
visible = fields.Bool()
display_order = fields.Int()
git_url = fields.String()
git_branch = fields.String()
Expand Down

0 comments on commit 445de01

Please sign in to comment.