Fix backfilling

This commit is contained in:
Till Faelligen 2023-01-02 13:42:29 +01:00
parent e449d174cc
commit 8d207b7a97
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -83,7 +83,7 @@ func Backfill(
"": eIDs,
},
ServerName: request.Origin(),
VirtualHost: request.Destination(),
VirtualHost: request.Origin(),
}
if req.Limit, err = strconv.Atoi(limit); err != nil {
util.GetLogger(httpReq.Context()).WithError(err).Error("strconv.Atoi failed")