diff --git a/lib/model/folder.go b/lib/model/folder.go index 97f5c0713..d29b049c3 100644 --- a/lib/model/folder.go +++ b/lib/model/folder.go @@ -83,7 +83,6 @@ func newFolder(model *Model, cfg config.FolderConfiguration) folder { watchCancel: func() {}, restartWatchChan: make(chan struct{}, 1), - watchErr: errWatchNotStarted, watchErrMut: sync.NewMutex(), } }