Skip to content

Commit 0b4e068

Browse files
committed
[add-more-info-template] corrected some vulnerabilities
1 parent b6aa9bb commit 0b4e068

2 files changed

Lines changed: 47 additions & 62 deletions

File tree

package-lock.json

Lines changed: 46 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function MainComponent(
1212
BbbPluginSdk.initialize(uuid);
1313
const pluginApi: PluginApi = BbbPluginSdk.getPluginApi(uuid);
1414

15-
console.log('hello world', pluginApi);
15+
console.log('Hello world', pluginApi);
1616

1717
return null;
1818
}

0 commit comments

Comments
 (0)