feat: e2e 테스트 실행 및 에러 수정
This commit is contained in:
@@ -26,5 +26,5 @@ export const formatSseFrame = (frame: SseFrame): string => {
|
||||
}
|
||||
|
||||
lines.push('');
|
||||
return lines.join('\n');
|
||||
return `${lines.join('\n')}\n`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user