Skip to content

Commit

Permalink
Merge pull request #384 from codescalers/development_1.1_update_homep…
Browse files Browse the repository at this point in the history
…age_calendar

Development 1.1 update homepage calendar filters
  • Loading branch information
maayarosama authored Mar 27, 2024
2 parents 02e80b4 + b7d3058 commit 04dfaa0
Show file tree
Hide file tree
Showing 23 changed files with 973 additions and 939 deletions.
2 changes: 1 addition & 1 deletion client/src/clients/api/meeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class MeetingApi extends ApiClientBase {

list(query?: any) {
return this.unwrap(
() => this.$http.get<Api.Returns.List<Api.Meetings>>(this.getUrl('', query)),
() => this.$http.get<Api.Returns.List<Api.Meeting>>(this.getUrl('', query)),
{
transform: (d) => d.results
}
Expand Down
Loading

0 comments on commit 04dfaa0

Please sign in to comment.