Skip to content

Commit db523f4

Browse files
author
Your Name
committed
fix: include locationOption in connected apps allow-list
1 parent f6a40e5 commit db523f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app-store/_utils/getConnectedApps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ export async function getConnectedApps({
215215
isGlobal: app.isGlobal,
216216
dependencies: app.dependencies,
217217
extendsFeature: app.extendsFeature,
218-
location: app.location,
218+
locationOption: app.locationOption,
219219
key: app.key,
220-
220+
221221
...(teams.length && {
222222
credentialOwner,
223223
}),

0 commit comments

Comments
 (0)