commit | 17f0c4ea837c6f6952a6c9d981ddfa68f3fafad6 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Wed Aug 11 03:45:30 2021 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Wed Aug 11 03:56:24 2021 +0000 |
tree | 6919bdab0a99286e6b1869faf48304b481663bec | |
parent | b09c859e9cc1fc81065251edc20de9de6c713154 [diff] [blame] |
Convert gr-repo-header_test.js to typescript Change-Id: I4ea6323198c1bbf0c44ea8629c4ca7ab9ca4f13b
diff --git a/polygerrit-ui/app/api/rest-api.ts b/polygerrit-ui/app/api/rest-api.ts index 578dc58..be8aaff 100644 --- a/polygerrit-ui/app/api/rest-api.ts +++ b/polygerrit-ui/app/api/rest-api.ts
@@ -1018,7 +1018,7 @@ /** The link URL. */ url: string; /** URL to the icon of the link. */ - image_url: string; + image_url?: string; } /**