fix: revert get_friends_with_category return type

This commit is contained in:
Clansty
2024-08-12 16:35:08 +08:00
parent b58a194c8a
commit 8f6d26b65c
5 changed files with 15 additions and 17 deletions

View File

@@ -656,8 +656,6 @@ export class OB11Constructor {
remark: friend.coreInfo.nick,
sex: sexValue,
level: 0,
categroyName: friend.categroyName,
categoryId: friend.categoryId,
});
});
return data;