more debugging
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / End-to-End (push) Waiting to run
CI / Publish Docker (push) Blocked by required conditions
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-13 10:21:25 +10:00
parent 03701f9566
commit 45a9c4e3db
2 changed files with 4 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ func (h *Handler) VmCreate(w http.ResponseWriter, r *http.Request) {
}
// Create an instance of CreateInventoryParams
h.Logger.Debug("Creating database parameters")
params := queries.CreateInventoryParams{
Name: vm.CloudEvent.Data.VM.Name,
Vcenter: vm.CloudEvent.Source,