Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
19beff7dbc 1.250.21 2026-03-02 05:38:52 +01:00
DebaucheryLibrarian
dfe1b84992 Explicitly unsetting channel parent in seed. 2026-03-02 05:38:50 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.250.20",
"version": "1.250.21",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.250.20",
"version": "1.250.21",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

@@ -15534,7 +15534,7 @@ exports.seed = (knex) => Promise.resolve()
url: site.url,
parameters: site.parameters || null,
options: site.options,
parent_id: networksMap[site.parent],
parent_id: networksMap[site.parent] || null,
priority: site.priority || 0,
independent: !!site.independent,
visible: site.visible,