Skip to content

Commit 9e88cce

Browse files
committed
fix type error
1 parent 29fe298 commit 9e88cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Home: NextPage = () => {
88
let script = document.createElement('script');
99
script.async = false;
1010
script.onload = function(){
11-
Plain.init({
11+
(window as any).Plain.init({
1212
appId: 'liveChatApp_01J9XJ0Z9WZC9CXQXMR7FT1BC7',
1313
hideLauncher: true,
1414
});

0 commit comments

Comments
 (0)