fixup
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 44s Details

This commit is contained in:
Ladd Hoffman 2024-04-25 15:22:44 -05:00
parent b713c77f10
commit 27d0c853b2
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ function Widget() {
widgetApi.current = new WidgetApi();
widgetApi.on('ready', (e) => {
widgetApi.current.on('ready', (e) => {
console.log('WIDGET READY', e);
});
// window.widgetApiPromise.then((api) => {