Skip to content

Commit 02f6385

Browse files
committed
Remove async from initializeStandalone
1 parent eaed6a7 commit 02f6385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/standalone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import * as optionalComponents from "@adobe/alloy-core/core/componentCreators.js
1717

1818
// This file is used by rollup to create the browser version that is uploaded to cdn
1919

20-
const initializeStandalone = async ({ components }) => {
20+
const initializeStandalone = ({ components }) => {
2121
// eslint-disable-next-line no-underscore-dangle
2222
const instanceNames = /** @type {WindowWithAlloy} */ (window).__alloyNS;
2323
if (!instanceNames) {

0 commit comments

Comments
 (0)