mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-20 23:46:49 +00:00
commit
b2dc32d5bb
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ func LogStream(c *gin.Context) {
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
logrus.Debugf("Successfull upgraded websocket")
|
logrus.Debugf("Successfully upgraded websocket")
|
||||||
|
|
||||||
ticker := time.NewTicker(pingPeriod)
|
ticker := time.NewTicker(pingPeriod)
|
||||||
logc := make(chan []byte, 10)
|
logc := make(chan []byte, 10)
|
||||||
|
@ -144,7 +144,7 @@ func EventStream(c *gin.Context) {
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
logrus.Debugf("Successfull upgraded websocket")
|
logrus.Debugf("Successfully upgraded websocket")
|
||||||
|
|
||||||
user := session.User(c)
|
user := session.User(c)
|
||||||
repo := map[string]bool{}
|
repo := map[string]bool{}
|
||||||
|
|
Loading…
Reference in a new issue