Skip to content

Commit a25b17a

Browse files
author
nlicroshan
committed
fix(): runtime export hasInstalledApp
Closes NEXT_BUILDER-3688
1 parent 2a35209 commit a25b17a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bricks/v2-adapter/src/data-providers/legacy-brick-kit/getLegacyRuntime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export function getLegacyRuntime(): {
1919
const key = args[1];
2020
switch (key) {
2121
case "getCurrentApp":
22+
case "hasInstalledApp":
2223
case "getDesktops":
2324
case "getLaunchpadSettings":
2425
case "getLaunchpadSiteMap":

0 commit comments

Comments
 (0)