Skip to content

Commit 6a76495

Browse files
committed
add scope proprety to now.sh
1 parent 17e6c8c commit 6a76495

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/store/modules/deployment

1 file changed

+1
-0
lines changed

packages/app/src/app/store/modules/deployment/actions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export async function createApiData({ props, state }) {
175175
apiData.builds = nowJSON.builds;
176176
apiData.routes = nowJSON.routes;
177177
apiData.env = nowJSON.env;
178+
apiData.scope = nowJSON.scope;
178179
apiData['build.env'] = nowJSON['build.env'];
179180
apiData.regions = nowJSON.regions;
180181
} else {

0 commit comments

Comments
 (0)