fix: normalize gateway dev mode detection
This commit is contained in:
@@ -115,8 +115,8 @@ export async function auditTelegramGroupMembership(params: {
|
||||
matchKey: chatId,
|
||||
matchSource: "id",
|
||||
});
|
||||
continue;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
const status = isRecord((json as TelegramApiOk<unknown>).result)
|
||||
? ((json as TelegramApiOk<{ status?: string }>).result.status ?? null)
|
||||
: null;
|
||||
|
||||
Reference in New Issue
Block a user