Skip to content

Commit

Permalink
fix: account not updated (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Nov 1, 2023
1 parent 6cc60ef commit e883ec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ pub async fn upsert_subscription_watcher(
)
VALUES ($1, $2, $3, $4, $5)
ON CONFLICT (did_key) DO UPDATE SET
account=$1,
project=$2,
sym_key=$4,
expiry=$5,
updated_at=now()
Expand Down

0 comments on commit e883ec1

Please sign in to comment.