Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
popenaga committed Feb 12, 2024
1 parent 2c4b086 commit afa1fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<link href="render.css" rel="stylesheet">
</head>
<body>
<script src="./render.js"></script>
<script src="./main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion src/client/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import {OmniSDKClient} from 'omni-sdk';
const sdk = new OmniSDKClient("<replace with your extension id>").init();

sdk.sendMessageToSession("Hello from Omni Extension!");
sdk.sendChatMessage("Hello from Omni Extension!");

0 comments on commit afa1fca

Please sign in to comment.