mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +08:00
fix: Use correct variable for version number
/puter/packages/backend/src/services/ComplainAboutVersionsService.js 30:36 error 'current_version' is not defined no-undef
This commit is contained in:
parent
23d959bf64
commit
52d5299374
@ -27,7 +27,7 @@ class ComplainAboutVersionsService extends BaseService {
|
||||
|
||||
if ( ! current_version_data ) {
|
||||
this.log.warn(
|
||||
`failed to check ${current_version} in the EOL database`
|
||||
`failed to check ${major} in the EOL database`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user