Skip to content

Commit

Permalink
Add return statement to deploymentObject in mysql.servers.service.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Dec 3, 2023
1 parent 15fe79f commit c5cb58c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/mysql.servers.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ module.exports = {
},
},
}

return deploymentObject;
},

livnessProbe(server) {
Expand Down

0 comments on commit c5cb58c

Please sign in to comment.