Skip to content

Commit c1444e3

Browse files
authored
Add Twitch Broadcaster Information type mismatch (#306)
Changed the variable type of the `broadcastIsPartner` argument from `string` to `boolean`. As originally reported by https://discord.com/channels/834650675224248362/1350513678432342036/1350513678432342036
1 parent 43e0225 commit c1444e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streamerbot/3.api/1.sub-actions/twitch/user/add-broadcaster-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ variables:
1616
type: boolean
1717
- name: broadcastIsPartner
1818
description: Boolean value indicating if the broadcaster account is a Twitch partner
19-
type: string
19+
type: boolean
2020
---

0 commit comments

Comments
 (0)