Client - minor fixes

This commit is contained in:
Sam
2022-08-27 19:23:01 +02:00
parent 59940ed41d
commit 9ed142e100
4 changed files with 11 additions and 5 deletions

View File

@ -66,7 +66,7 @@
function getQuery(
page: number,
cursor?: number
): TWorkoutsPayload | TPaginationPayload {
): TPaginationPayload | IOauth2ClientsPayload {
const newQuery = Object.assign({}, query.value)
newQuery.page = cursor ? page + cursor : page
return newQuery