Skip to content

Commit d68a8ae

Browse files
committed
sanitize strings (#113)
1 parent 325329a commit d68a8ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/synthetics-sdk-broken-links/src/storage_func.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ export async function getOrCreateStorageBucket(
6161
if (!storageClient) return null;
6262

6363
const projectId = sanitizeObjectName(await resolveProjectId());
64-
// const region = sanitizeObjectName(await getExecutionRegion());
65-
const region = "us-east4"
64+
const region = sanitizeObjectName(await getExecutionRegion());
6665

6766
// if the user chose to use/create the default bucket but we were not able
6867
// to resolve projectId or cloudRegion

0 commit comments

Comments
 (0)