Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Stream Server Project
Stream Server
Commits
ec6d900d
Commit
ec6d900d
authored
Jan 03, 2020
by
Simon Kirsten
Browse files
Fixed channelsToIDCache not being initialized
parent
5f158dbf
Pipeline
#28775
passed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkg/twitch/twitch.go
View file @
ec6d900d
...
...
@@ -22,7 +22,8 @@ type Client struct {
// NewClient returns a new Client with the provided clientID
func
NewClient
(
clientID
string
)
*
Client
{
return
&
Client
{
ClientID
:
clientID
,
ClientID
:
clientID
,
channelsToIDCache
:
make
(
map
[
string
]
string
),
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment