feat(guilds): a UO guild is a Team (Teams cutover 5/6) #16

Merged
whitlocktech merged 22 commits from edge into main 2026-08-19 09:02:40 +00:00
Showing only changes of commit 76b2321f25 - Show all commits

View File

@@ -5,9 +5,10 @@
// core-internal (docs/website/TEAMS.md §10.3) and this module must never name
// one, even though it is what fills them.
const core = require('../../core')
const query = (...args) => core.db.query(...args)
// `query` is destructured from the core facade at require time, like every other
// *.db.js here. The facade resolves `ctx` per call, so taking it now is safe even
// though `ctx` does not exist yet when this file is first required.
const { query } = require('../../core')
/**
* The guild board — one row per guild the shard has told us about.