This commit is contained in:
Ian Philips 2022-09-02 18:04:24 -06:00
parent 6bf994c0ed
commit 8c00a88b41

View File

@ -54,6 +54,7 @@ const createMemberForGroup = async (groupId: string, userId: string) => {
}) })
} }
// eslint-disable-next-line @typescript-eslint/no-unused-vars
async function convertGroupFieldsToGroupDocuments() { async function convertGroupFieldsToGroupDocuments() {
const groups = await getGroups() const groups = await getGroups()
for (const group of groups) { for (const group of groups) {