Changeset 7881080 in Klonkt for src/routes/hub.js
- Timestamp:
- 06/18/2026 03:28:34 AM (3 months ago)
- Branches:
- main
- Children:
- 8398935
- Parents:
- 98ecf51
- File:
-
- 1 edited
-
src/routes/hub.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/hub.js
r98ecf51 r7881080 35 35 `).all(); 36 36 37 // De hoofd-/labelsite ( oudste = de bedrijfs-/hoofdaccount) is GEEN artiest;38 // die tonen we apart bovenaan, niet in de Artiesten-roster.37 // De hoofd-/labelsite (de expliciet primaire = de bedrijfs-/hoofdaccount) is 38 // GEEN artiest; die tonen we apart bovenaan, niet in de Artiesten-roster. 39 39 const mainSite = db.prepare(` 40 40 SELECT s.id, s.slug, s.title, s.tagline, s.profile_photo, s.accent, … … 43 43 FROM sites s 44 44 LEFT JOIN users u ON u.id = s.owner_id 45 ORDER BY s.created_at ASC45 WHERE s.is_primary = 1 46 46 LIMIT 1 47 47 `).get() || null;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)