mirror of
https://github.com/gosticks/web.git
synced 2026-06-28 21:20:07 +00:00
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
@@ -53,11 +53,6 @@ class VersionInfo extends Component<ApiVersions & WithTranslation, {}> {
|
||||
}
|
||||
|
||||
export const initialData: ApiVersions = {
|
||||
api: {
|
||||
branch: "unknown",
|
||||
hash: "unknown",
|
||||
tag: "unknown"
|
||||
},
|
||||
core: {
|
||||
branch: "unknown",
|
||||
hash: "unknown",
|
||||
|
||||
1
src/types/api.d.ts
vendored
1
src/types/api.d.ts
vendored
@@ -38,7 +38,6 @@ interface ApiVersion {
|
||||
}
|
||||
|
||||
interface ApiVersions {
|
||||
api: ApiVersion;
|
||||
core: ApiVersion;
|
||||
ftl: ApiVersion;
|
||||
web: ApiVersion;
|
||||
|
||||
Reference in New Issue
Block a user