mirror of
https://github.com/HeyPuter/puter.git
synced 2026-04-30 03:59:33 -05: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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user