diff --git a/Go/internal/handlers/endpoint/dashboard/registrations_handler.go b/Go/internal/handlers/endpoint/dashboard/registrations_handler.go index 99b60454f9e8afc89d3c59427e2c94217df461e2..b382dc3230bb77aac1a50ae67004bc529077dd26 100644 --- a/Go/internal/handlers/endpoint/dashboard/registrations_handler.go +++ b/Go/internal/handlers/endpoint/dashboard/registrations_handler.go @@ -126,6 +126,7 @@ func handleRegPostRequest(w http.ResponseWriter, r *http.Request) { cie.Country = reg.Country cie.IsoCode = reg.IsoCode cie.Features = reg.Features + cie.Lastchange = reg.Lastchange _func.LoopSendWebhooksRegistrations(UUID, cie, Endpoints.Registrations, Webhooks.EventRegister) // Send webhook notifications }