1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

fix: attendance typing && expose full attendance response object (#34)

This commit is contained in:
Veloi 2023-09-15 19:02:16 +01:00 committed by GitHub
parent a9afa0e9e5
commit d39eda7bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 14 deletions

View file

@ -300,6 +300,6 @@ export class BaseClient {
method: "GET",
},
)
).data;
);
}
}