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