chore: 🔊

This commit is contained in:
ThatOneCalculator 2022-09-13 17:46:53 -07:00
parent dffa803087
commit f0209fbf5d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc-rc.11",
"version": "12.119.0-calc-rc.2.1",
"codename": "aqua",
"repository": {
"type": "git",

View File

@ -54,12 +54,12 @@ watch(() => props.groupId, () => {
fetch();
});
async function fetch() {
os.api('users/groups/show', {
groupId: props.groupId,
}).then(gp => {
group.value = gp;
console.log(gp);
os.api('users/show', {
userIds: group.userIds
}).then(us => {