diff --git a/transfer/custom.go b/transfer/custom.go index 210dc2c6..1e4949c8 100644 --- a/transfer/custom.go +++ b/transfer/custom.go @@ -63,7 +63,7 @@ type customAdapterWorkerContext struct { } type customAdapterInitRequest struct { - Event string `json:"Event"` + Event string `json:"event"` Operation string `json:"operation"` Concurrent bool `json:"concurrent"` ConcurrentTransfers int `json:"concurrenttransfers"`