feat(groups): add home board settings (#2321)
This commit is contained in:
@@ -259,4 +259,5 @@ const createGroupAsync = async (db: Database, name = "test") =>
|
||||
await db.insert(groups).values({
|
||||
id: "1",
|
||||
name,
|
||||
position: 1,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user