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

This commit is contained in:
vin-m
2022-03-07 00:12:25 -05:00
committed by GitHub
parent 90c58ff349
commit 25c927e79b

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 ```js
(getUserInput) => (getUserInput) =>