We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e316c commit 372c957Copy full SHA for 372c957
src/components/common/ChannelTalkProvider.tsx
@@ -6,7 +6,7 @@ import { useEffect } from 'react';
6
const ChannelTalkServiceLoader = () => {
7
const CHANNELTALK_PLUGIN_KEY = process.env.NEXT_PUBLIC_CHANNELTALK_PLUGIN_KEY;
8
if (!CHANNELTALK_PLUGIN_KEY) {
9
- throw new Error('ABORT_MS가 ENV에서 설정되지 않았습니다');
+ throw new Error('CHANNELTALK_PLUGIN_KEY가 ENV에서 설정되지 않았습니다');
10
}
11
12
ChannelService.loadScript();
0 commit comments