fix: uncaught json undefined error

This commit is contained in:
pa
2025-09-13 01:46:07 +09:00
committed by Natsumi
parent d656280248
commit c91fec4d9d

View File

@@ -84,11 +84,11 @@ const groupReq = {
if (typeof ref === 'undefined') {
groupReq
.getGroup(params)
.catch(reject)
.then((args) => {
args.ref = groupStore.applyGroup(args.json);
resolve(args);
});
})
.catch(reject);
} else {
resolve({
cache: true,