Remove unused struct fields (#12924)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
aaf0bf1cdd
Коммит
71d5f7dc64
@@ -29,7 +29,6 @@ type PushNotificationsHub struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type PushNotification struct {
|
type PushNotification struct {
|
||||||
id string
|
|
||||||
notificationType NotificationType
|
notificationType NotificationType
|
||||||
currentSessionId string
|
currentSessionId string
|
||||||
userId string
|
userId string
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type ServerTestHelper struct {
|
type ServerTestHelper struct {
|
||||||
configStore config.Store
|
|
||||||
disableConfigWatch bool
|
disableConfigWatch bool
|
||||||
interruptChan chan os.Signal
|
interruptChan chan os.Signal
|
||||||
originalInterval int
|
originalInterval int
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user