This commit is contained in:
kjy
2025-12-16 20:06:49 +09:00
parent 699224fca0
commit b6d69c3623
24 changed files with 425 additions and 129 deletions

View File

@@ -76,6 +76,20 @@ export const telegramUsers: TelegramUser[] = [
phone: "010-4199-9650",
realtorId: "namyeong00",
},
// {
// site: "ALL",
// chatId: 6843597951,
// name: "강승원",
// phone: "010-5947-0000",
// realtorId: "diahouse1114",
// },
// {
// site: "ALL",
// chatId: 6843597951,
// name: "강승원",
// phone: "010-5947-0000",
// realtorId: "jdre0125",
// },
];
export const testUsers: TelegramUser[] = [
@@ -192,7 +206,7 @@ export class TelegramService {
})
);
await Promise.all(promises);
await Promise.allSettled(promises);
console.log(`${users.length}명에게 메시지 브로드캐스트 완료`);
}