Fix notifications query - remove non-existent read column ordering
cgen-21e1d5d30cc54979bec709aec73f160f
This commit is contained in:
parent
ada7c4024f
commit
c85d75d09d
1 changed files with 0 additions and 1 deletions
|
|
@ -1023,7 +1023,6 @@ export const aethexNotificationService = {
|
||||||
.from("notifications")
|
.from("notifications")
|
||||||
.select("*")
|
.select("*")
|
||||||
.eq("user_id", userId)
|
.eq("user_id", userId)
|
||||||
.order("read", { ascending: true })
|
|
||||||
.order("created_at", { ascending: false })
|
.order("created_at", { ascending: false })
|
||||||
.limit(20);
|
.limit(20);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue