Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
hieblmi committed May 3, 2024
1 parent 2a3b3bd commit 7998ac1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions network/models/routingevent.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ func (u *RoutingEvent) Update(newer *RoutingEvent) {
u.FailureCode = newer.FailureCode
u.FailureDetail = newer.FailureDetail
}

func (u *RoutingEvent) IsEmtpy(other *RoutingEvent) bool {
return false
}

0 comments on commit 7998ac1

Please sign in to comment.