Skip to content

Commit 372c957

Browse files
committed
refactor: 메세지 내용 변경
1 parent d2e316c commit 372c957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/ChannelTalkProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { useEffect } from 'react';
66
const ChannelTalkServiceLoader = () => {
77
const CHANNELTALK_PLUGIN_KEY = process.env.NEXT_PUBLIC_CHANNELTALK_PLUGIN_KEY;
88
if (!CHANNELTALK_PLUGIN_KEY) {
9-
throw new Error('ABORT_MS가 ENV에서 설정되지 않았습니다');
9+
throw new Error('CHANNELTALK_PLUGIN_KEY가 ENV에서 설정되지 않았습니다');
1010
}
1111

1212
ChannelService.loadScript();

0 commit comments

Comments
 (0)