This commit is contained in:
Miodec 2022-03-17 01:08:27 +01:00
parent e9a37e0598
commit d613f9a0f3

View file

@ -47,7 +47,7 @@ function addApiRoutes(app: Application): void {
return;
}
const clientVersion = req.headers["client-versio"];
const clientVersion = req.headers["client-version"];
recordClientVersion(clientVersion?.toString() ?? "unknown");
requestsProcessed++;