mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-11 13:04:26 +00:00
fix: set missing signalType attribute (#36)
This commit is contained in:
parent
58f10babba
commit
f42c249395
@ -25,3 +25,5 @@ proc decode*(jsonSignal: JsonNode): Signal =
|
||||
of SignalType.Stats: StatsSignal.fromEvent(jsonSignal)
|
||||
of SignalType.ChroniclesLogs: ChroniclesLogsSignal.fromEvent(jsonSignal)
|
||||
else: Signal()
|
||||
|
||||
result.signalType = signalType
|
||||
|
Loading…
x
Reference in New Issue
Block a user