Skip to content
Snippets Groups Projects
Commit 557dc48c authored by Torgrim's avatar Torgrim
Browse files

Resolved timestamp error with POST registration webhooks.

parent 3f3b7f0b
No related branches found
No related tags found
No related merge requests found
Pipeline #26819 failed
...@@ -126,6 +126,7 @@ func handleRegPostRequest(w http.ResponseWriter, r *http.Request) { ...@@ -126,6 +126,7 @@ func handleRegPostRequest(w http.ResponseWriter, r *http.Request) {
cie.Country = reg.Country cie.Country = reg.Country
cie.IsoCode = reg.IsoCode cie.IsoCode = reg.IsoCode
cie.Features = reg.Features cie.Features = reg.Features
cie.Lastchange = reg.Lastchange
_func.LoopSendWebhooksRegistrations(UUID, cie, Endpoints.Registrations, Webhooks.EventRegister) // Send webhook notifications _func.LoopSendWebhooksRegistrations(UUID, cie, Endpoints.Registrations, Webhooks.EventRegister) // Send webhook notifications
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment