Compare commits

..

No commits in common. "0b825a61bbe1facb5d7ab45e94b911771c5512fc" and "ae1b9c0d7399c87375a58fad597cf0b01d4a6b49" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View File

@ -95,14 +95,6 @@ function initUiActions(store, _router) {
offset: (page - 1) * limit, offset: (page - 1) * limit,
}); });
if (!notifications) {
return {
notifications: [],
totalCount: 0,
unseenCount: 0,
};
}
const curatedNotifications = notifications.nodes.map(notification => curateNotification(notification)); const curatedNotifications = notifications.nodes.map(notification => curateNotification(notification));
return { return {

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.193.1", "version": "1.193.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "1.193.1", "version": "1.193.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@casl/ability": "^5.2.2", "@casl/ability": "^5.2.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.193.1", "version": "1.193.0",
"description": "All the latest porn releases in one place", "description": "All the latest porn releases in one place",
"main": "src/app.js", "main": "src/app.js",
"scripts": { "scripts": {