Skip to content

Commit

Permalink
chore : 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Jan 21, 2025
1 parent b0447c9 commit e7b48c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/subscribeToSSE.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function subscribeToSSE(token: string, mediaId: string) {
});
eventSource.onerror = () => {
toast(
`동영상 처리에 시간이 조금 더 필요합니다.\n 조금만 곧 완료되니 잠시만 기다려 주세요!`,
`동영상 처리에 시간이 조금 더 필요합니다.\n 곧 완료되니 잠시만 기다려 주세요!`,
{
id: toastId,
duration: 7000,
Expand Down

0 comments on commit e7b48c1

Please sign in to comment.