Chore: merge branch 'ogn-dev' into with-tun
This commit is contained in:
@@ -25,7 +25,7 @@ type Event struct {
|
||||
Payload string
|
||||
}
|
||||
|
||||
func (e Event) Type() string {
|
||||
func (e *Event) Type() string {
|
||||
return e.LogLevel.String()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user