core: fix validation of operator servers for non current users (#5205)

* core: fix validation of operator servers for non current users

* style

* refactor

---------

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
spaced4ndy
2024-11-18 20:22:35 +00:00
committed by GitHub
co-authored by Evgeny Poberezkin
parent 619985730e
commit fcae5e9925
3 changed files with 13 additions and 4 deletions
+2
View File
@@ -89,6 +89,8 @@ data DBEntityId' (s :: DBStored) where
deriving instance Show (DBEntityId' s)
deriving instance Eq (DBEntityId' s)
type DBEntityId = DBEntityId' 'DBStored
type DBNewEntity = DBEntityId' 'DBNew