diff --git a/pyproject.toml b/pyproject.toml index 6221a41..03abc0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "twitchclient" -version = "1.0.5" +version = "1.0.6" description = "Client for Twitch API" readme = "README.md" authors = [ diff --git a/src/twitchclient/schema.py b/src/twitchclient/schema.py index 6477f13..e85b9a8 100644 --- a/src/twitchclient/schema.py +++ b/src/twitchclient/schema.py @@ -309,7 +309,7 @@ class CustomReward(BaseSchema): broadcaster_id: int broadcaster_login: str broadcaster_name: str - id: int + id: str title: str prompt: str cost: int