Skip to content

Commit

Permalink
fix: set organization to null initially
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 12, 2023
1 parent c29e481 commit fafeaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-packages/commons/src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit fafeaaa

Please sign in to comment.