1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: fix readme examples

This commit is contained in:
James Cook 2023-05-04 20:15:37 +01:00
parent d3ba7bdcec
commit c3315ad054

View file

@ -17,8 +17,8 @@ async function main() {
await client.login(); await client.login();
console.log( console.log(
await client.getBehaviour({ await client.getBehaviour({
fromDate: "20/01/2000", from: "20/01/2000",
toDate: "01/02/2000", to: "01/02/2000",
}) })
); );
console.log(await client.getActivity()); console.log(await client.getActivity());