Skip to content

Commit caa77ef

Browse files
authored
Merge pull request #310 from easyops-cn/nlicro/NEXT_BUILDER-3688
fix(): runtime export hasInstalledApp
2 parents 2a35209 + a25b17a commit caa77ef

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)