ci: Fix lint to fix build (#7076)
This commit is contained in:
@@ -251,9 +251,8 @@ export class NodesController {
|
||||
throw new BadRequestError(PACKAGE_NAME_NOT_PROVIDED);
|
||||
}
|
||||
|
||||
const previouslyInstalledPackage = await this.communityPackageService.findInstalledPackage(
|
||||
name,
|
||||
);
|
||||
const previouslyInstalledPackage =
|
||||
await this.communityPackageService.findInstalledPackage(name);
|
||||
|
||||
if (!previouslyInstalledPackage) {
|
||||
throw new BadRequestError(PACKAGE_NOT_INSTALLED);
|
||||
|
||||
Reference in New Issue
Block a user