Compare commits

..

No commits in common. "e56f2db42d14fbd3466a7531861486162016cce4" and "aa367473644f11e1badbd2f2fb992611ec206949" have entirely different histories.

3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.12.3",
"version": "0.12.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.12.3",
"version": "0.12.2",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@ -70,5 +70,5 @@
"postcss-custom-media": "^10.0.2",
"postcss-nesting": "^12.0.2"
},
"version": "0.12.3"
"version": "0.12.2"
}

View File

@ -340,7 +340,6 @@ async function queryManticoreSql(filters, options, _reqUser) {
if (filters.stashId) {
builder.select(knex.raw(`
actors.id as id,
actors.slug,
actors.gender as gender,
actors.country as country,
actors.height as height,