Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Dec 12, 2024
1 parent a42721e commit f580abc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions interfaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ func (u User) IsEmpty() bool {
return false
}

if u.Segment != "" {
return false
}

if len(u.Data) > 0 {
return false
}
Expand Down

0 comments on commit f580abc

Please sign in to comment.