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:
parent
d3ba7bdcec
commit
c3315ad054
1 changed files with 2 additions and 2 deletions
|
|
@ -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());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue