Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian e56f2db42d 0.12.3 2024-03-23 22:31:19 +01:00
DebaucheryLibrarian 9446df8582 Fixed actor stash name sorting. 2024-03-23 22:31:14 +01:00
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.12.2",
"version": "0.12.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.12.2",
"version": "0.12.3",
"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.2"
"version": "0.12.3"
}

View File

@ -340,6 +340,7 @@ 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,