Skip to content

Commit

Permalink
build: 1.3.5-beta37
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed May 18, 2024
1 parent 72f77e8 commit 3b986c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/onebot11/action/group/GetGroupSystemMsg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export class GetGroupSystemMsg extends BaseAction<void, any> {
// 默认10条 该api未完整实现 包括响应数据规范化 类型规范化
let SingleScreenNotifies = await NTQQGroupApi.getSingleScreenNotifies(10);
let retData: any = { InvitedRequest: [], join_requests: [] };
//console.log(SingleScreenNotifies);

for (const SSNotify of SingleScreenNotifies) {
if (SSNotify.type == 1) {
retData.InvitedRequest.push({
Expand Down

0 comments on commit 3b986c1

Please sign in to comment.