Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator committed Jul 9, 2024
1 parent dea57ce commit c032314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ViewMeeting } from '../view-models/view-meeting';

export const ACTIVE_MEETING_SUBSCRIPTION = `active_meeting`;

export function getActiveMeetingSubscriptionConfig(id: Id, settingsKeys: string[] = []) {
export function getActiveMeetingSubscriptionConfig(id: Id, settingsKeys: string[] = []): any {
return {
modelRequest: {
viewModelCtor: ViewMeeting,
Expand Down

0 comments on commit c032314

Please sign in to comment.