Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 7c1f45bcfb 1.205.1 2022-01-24 22:29:29 +01:00
DebaucheryLibrarian 11ea54f6e8 Fixed outdated alerts query. 2022-01-24 22:29:27 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -90,7 +90,7 @@ function initUsersActions(store, _router) {
${actorFields}
}
}
entity: alertsEntityByAlertId {
entity: alertsEntity {
entity {
id
name

4
package-lock.json generated
View File

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

View File

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