Skip to content

Commit

Permalink
Fix $users invalidation (instantdb#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel authored Oct 5, 2024
1 parent db65ddb commit cfe790b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/instant/reactive/invalidator.clj
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,12 @@
[($users-triple-change-for-attr app_id
id
created-at-ms
id-attr-id
(str id-attr-id)
id)
($users-triple-change-for-attr app_id
id
created-at-ms
email-attr-id
(str email-attr-id)
email)]))))
(filter (fn [c]
(and (= (:table c) "app_users")
Expand Down

0 comments on commit cfe790b

Please sign in to comment.