Skip to content

Commit

Permalink
Bugfix/Process single batch notifications (#2474)
Browse files Browse the repository at this point in the history
  • Loading branch information
HalcyonJAC authored Jul 1, 2024
1 parent 3e55ba8 commit 806784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/NotificationsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default {
},
async processNow() {
try {
await httpsCallable(functions, 'processNotifications')();
await httpsCallable(functions, 'processNotificationsNow')();
return true;
} catch (error) {
return;
Expand Down

0 comments on commit 806784f

Please sign in to comment.