end
This commit is contained in:
@@ -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}명에게 메시지 브로드캐스트 완료`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user