We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7795425 commit 0f9ccc7Copy full SHA for 0f9ccc7
src/commands/apphosting-backends-list.ts
@@ -41,7 +41,7 @@ function populateTable(backends: apphosting.Backend[], table: any) {
41
const [location, , backendId] = backend.name.split("/").slice(3, 6);
42
const entry = [
43
backendId,
44
- backend.codebase.repository?.split("/").pop(),
+ backend.codebase?.repository?.split("/").pop(),
45
location,
46
backend.uri,
47
backend.createTime,
0 commit comments