Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavmihaylov committed Oct 11, 2024
1 parent 29fe298 commit 9e88cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Home: NextPage = () => {
let script = document.createElement('script');
script.async = false;
script.onload = function(){
Plain.init({
(window as any).Plain.init({
appId: 'liveChatApp_01J9XJ0Z9WZC9CXQXMR7FT1BC7',
hideLauncher: true,
});
Expand Down

0 comments on commit 9e88cce

Please sign in to comment.