mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
update dependencies
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#### Added
|
||||
#### Changed
|
||||
- Confirm compatibility with WordPress 6.4
|
||||
- Update dependencies
|
||||
#### Deprecated
|
||||
#### Removed
|
||||
#### Fixed
|
||||
|
@@ -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)
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user