Skip to content

Commit

Permalink
GeoblockStatus is tiny so it makes sense to be a struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Oct 13, 2023
1 parent 0e9213e commit 9dbb9af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GeoblockingMiddleware/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type GeoService =
/// Disable using geoblocking for now, return
| Disabled

[<Struct>]
type GeoblockStatus =
{ IsBlocked: bool
LastAccessTime: DateTime }
Expand Down

0 comments on commit 9dbb9af

Please sign in to comment.