1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

update dependencies

This commit is contained in:
Daniel Waxweiler
2023-11-11 20:28:16 +01:00
parent 8644a7103c
commit 6157cf3988
5 changed files with 3766 additions and 2980 deletions

View File

@ -70,9 +70,9 @@ export function getUpcomingEventsByGroupName({ url, limit, groupName }) {
SessionCache.add(
sessionStorage,
{ url, query, variables: { afterDatetime, groupName, limit } },
data
data,
)
return Promise.resolve(data)
}
},
)
}