diff --git a/back/services/system.ts b/back/services/system.ts index 93a884e9..4113335d 100644 --- a/back/services/system.ts +++ b/back/services/system.ts @@ -122,6 +122,7 @@ export default class SystemService { hasNewVersion: this.checkHasNewVersion(currentVersion, lastVersion), lastVersion, lastLog, + currentVersion }, }; } catch (error: any) {