notification-bug-fix #97

Merged
dhanshas merged 38 commits from notification-bug-fix into dev 2025-08-19 07:11:26 +00:00
Showing only changes of commit dcde5d9b08 - Show all commits

View File

@ -61,11 +61,11 @@
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "isApproved",
"fieldPath": "userId",
"order": "ASCENDING"
},
{
"fieldPath": "createdAt",
"fieldPath": "name",
"order": "ASCENDING"
}
]