mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
chore: 🔊
This commit is contained in:
parent
dffa803087
commit
f0209fbf5d
@ -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",
|
||||
|
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user