mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-05-14 00:41:10 +03:00
fix/literal
This commit is contained in:
@@ -433,7 +433,7 @@ function renderDiagnosticSystemInfoWidget() {
|
||||
};
|
||||
}
|
||||
|
||||
if (version !== `${diagnosticsSystemInfo.podkop_latest_version}`) {
|
||||
if (version !== diagnosticsSystemInfo.podkop_latest_version) {
|
||||
logger.debug(
|
||||
'[DIAGNOSTIC]',
|
||||
'diagnosticsSystemInfo',
|
||||
|
||||
@@ -4286,7 +4286,7 @@ function renderDiagnosticSystemInfoWidget() {
|
||||
value: version
|
||||
};
|
||||
}
|
||||
if (version !== `${diagnosticsSystemInfo.podkop_latest_version}`) {
|
||||
if (version !== diagnosticsSystemInfo.podkop_latest_version) {
|
||||
logger.debug(
|
||||
"[DIAGNOSTIC]",
|
||||
"diagnosticsSystemInfo",
|
||||
|
||||
Reference in New Issue
Block a user