mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-15 10:06:10 +08:00
typo
This commit is contained in:
parent
e9a37e0598
commit
d613f9a0f3
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Reference in a new issue