mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 17:56:39 +00:00
Fix uint :)
This commit is contained in:
@@ -4,7 +4,7 @@ type NoopEventStore struct {
|
||||
}
|
||||
|
||||
func (store *NoopEventStore) Save(event *Event) (*Event, error) {
|
||||
event.ID = -1
|
||||
event.ID = 1
|
||||
return event, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user