Correct saving of Pro session in DB

This commit is contained in:
Rene Vergara 2023-05-02 09:40:16 -05:00
parent 0ae8d62e76
commit b2fab07eb8
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ upsertProSession ps = do
upsert
(select
["address" =: psaddress ps, "expiration" =: psexpiration ps]
"owners")
"prosessions")
d
_ -> return ()