From fafeaaadebed8507a208b1101c9bb2c9ccaced67 Mon Sep 17 00:00:00 2001 From: shreddedbacon Date: Tue, 12 Dec 2023 17:16:55 +1100 Subject: [PATCH] fix: set organization to null initially --- node-packages/commons/src/tasks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-packages/commons/src/tasks.ts b/node-packages/commons/src/tasks.ts index 186238a0d2..9af665f082 100644 --- a/node-packages/commons/src/tasks.ts +++ b/node-packages/commons/src/tasks.ts @@ -609,7 +609,7 @@ export const getControllerBuildData = async function(deployData: any) { bulkType.Deploy ) - let organization = {} + let organization = null; if (lagoonProjectData.organization != null) { const curOrg = await getOrganizationById(lagoonProjectData.organization); organization = {