mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-04 18:21:06 +02:00
fix typo
This commit is contained in:
parent
7826888729
commit
81fe4b6520
@ -85,7 +85,7 @@ func LogStream(c *gin.Context) {
|
||||
}
|
||||
return
|
||||
}
|
||||
logrus.Debugf("Successfull upgraded websocket")
|
||||
logrus.Debugf("Successfully upgraded websocket")
|
||||
|
||||
ticker := time.NewTicker(pingPeriod)
|
||||
logc := make(chan []byte, 10)
|
||||
@ -144,7 +144,7 @@ func EventStream(c *gin.Context) {
|
||||
}
|
||||
return
|
||||
}
|
||||
logrus.Debugf("Successfull upgraded websocket")
|
||||
logrus.Debugf("Successfully upgraded websocket")
|
||||
|
||||
user := session.User(c)
|
||||
repo := map[string]bool{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user