fix(curriculum): clarify unix value must be of type number (Timestamp Microservice) (#45341)

pull/45365/head
vin-m 2022-03-07 00:12:25 -05:00 committed by GitHub
parent 90c58ff349
commit 25c927e79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ You should provide your own project, not the example URL.
};
```
A request to `/api/:date?` with a valid date should return a JSON object with a `unix` key that is a Unix timestamp of the input date in milliseconds
A request to `/api/:date?` with a valid date should return a JSON object with a `unix` key that is a Unix timestamp of the input date in milliseconds (as type Number)
```js
(getUserInput) =>