Skip to content

Commit 649a96e

Browse files
committed
- fix: update message sending method for pot room to remove delay
1 parent edfefbb commit 649a96e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/pot/pot.service.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,9 @@ export class PotService {
129129
},
130130
);
131131
} else {
132-
// 탑승 종료 시간이 6시간 이내로 남은 경우 1초 후 메세지 발송
133-
this.popoService.asyncSendPopoChatMsgToPotRoomWithDelay(
132+
// 탑승 종료 시간이 6시간 이내로 남은 경우 즉시 메세지 발송
133+
this.popoService.asyncSendPopoChatMsgToPotRoom(
134134
popoDepartureConfirmRequestChatMsg,
135-
1000,
136135
null,
137136
pot,
138137
{

0 commit comments

Comments
 (0)