Этот коммит содержится в:
Ben Schumacher
2019-10-28 18:04:50 +01:00
коммит произвёл GitHub
родитель aaf0bf1cdd
Коммит 71d5f7dc64
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@@ -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