mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 04:52:35 +02:00
fix: notfications not being sent
This commit is contained in:
parent
e11579df10
commit
59bc342a40
1 changed files with 0 additions and 3 deletions
|
@ -83,9 +83,6 @@ func (disp *Dispatcher) start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (disp *Dispatcher) dispatch(msg *LogMessage) {
|
func (disp *Dispatcher) dispatch(msg *LogMessage) {
|
||||||
if true {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
task := disp.task.Subtask("dispatcher")
|
task := disp.task.Subtask("dispatcher")
|
||||||
defer task.Finish("notif dispatched")
|
defer task.Finish("notif dispatched")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue