Skip to content

Commit 8bba8f3

Browse files
committed
updated Auth
1 parent 609a069 commit 8bba8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fritz.Twitch/PubSub/Proxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private async Task StartListening(IEnumerable<TwitchTopic> topics) {
143143

144144
var message = new PubSubListen {
145145
data = new PubSubListen.PubSubListenData {
146-
auth_token = _Configuration.OAuthToken,
146+
auth_token = _Configuration.PubSubAuthToken,
147147
topics = topics.Select(t => t.TopicString).ToArray()
148148
}
149149
};

0 commit comments

Comments
 (0)