fix(groupService): add missing closing brace
Some checks failed
Frontend CI / ota-android (push) Successful in 10m53s
Frontend CI / build-and-push-web (push) Failing after 16m53s
Frontend CI / build-android-apk (push) Successful in 1h16m19s

This commit is contained in:
lafay
2026-03-21 21:13:34 +08:00
parent d273569911
commit 69e21471fe

View File

@@ -402,6 +402,7 @@ class GroupService {
};
}
}
}
// 导出群组服务实例
export const groupService = new GroupService();