feat: groups integration

This commit is contained in:
Timothy Jaeryang Baek
2024-11-14 18:37:42 -08:00
parent 2f893fd373
commit dae764fa5a
3 changed files with 217 additions and 52 deletions

View File

@@ -19,8 +19,7 @@
const group = {
name,
description,
user_ids: userIds
description
};
await onSubmit(group);