Skip to content

Commit

Permalink
fix(apps): missing allAppURNs property in the context
Browse files Browse the repository at this point in the history
  • Loading branch information
szkl committed Sep 27, 2023
1 parent 8ddf3ee commit e513ee6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/starbase/src/jsonrpc/ownAppsMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export const OwnAppsMiddleware: BaseMiddlewareFunction<Context> = async ({
ctx: {
...ctx,
ownAppURNs,
allAppURNs: ownAppURNs,
},
})
}
Expand All @@ -44,6 +45,7 @@ export const OwnAppsMiddleware: BaseMiddlewareFunction<Context> = async ({
ctx: {
...ctx,
ownAppURNs,
allAppURNs: ownAppURNs,
},
})
}
Expand Down

0 comments on commit e513ee6

Please sign in to comment.