Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
38b5a20141
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ func watchEmojis() {
|
|||
go func() {
|
||||
for {
|
||||
select {
|
||||
case event, ok := <-emojisWatcher.Event:
|
||||
case _, ok := <-emojisWatcher.Event:
|
||||
if !ok {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue