[debug] update versioning print

This commit is contained in:
nymkappa
2023-08-26 11:27:45 +02:00
parent 1fe08d1234
commit 726bd51abb
2 changed files with 5 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ export interface TransactionStripped {
}
export interface IBackendInfo {
hostname: string;
hostname?: string;
gitCommit: string;
version: string;
}