mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-09 17:33:08 +00:00
fix: lint
This commit is contained in:
parent
cb7bb2a6b6
commit
6812d0b22b
@ -433,8 +433,8 @@ func (w *WakuNode) startStore() {
|
||||
if w.opts.shouldResume {
|
||||
// TODO: extract this to a function and run it when you go offline
|
||||
// TODO: determine if a store is listening to a topic
|
||||
w.wg.Add(1)
|
||||
go func() {
|
||||
w.wg.Add(1)
|
||||
defer w.wg.Done()
|
||||
|
||||
ticker := time.NewTicker(time.Second)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user