Skip to content

Commit

Permalink
Update plugins/browser-plugin-media/src/schemata.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Leonard <45019882+greg-el@users.noreply.github.com>
  • Loading branch information
matus-tomlein and greg-el committed Apr 28, 2023
1 parent 4798d9a commit cd6585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/browser-plugin-media/src/schemata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function eventNameForEventType(eventType: MediaPlayerEventType): string {
return eventType;
}

export function getMediaPlayerEventSchema(eventType: MediaPlayerEventType) {
export function getMediaPlayerEventSchema(eventType: MediaPlayerEventType): string {
const eventName = eventNameForEventType(eventType);
return MEDIA_PLAYER_SCHEMA_PREFIX + '_event_' + eventName + MEDIA_PLAYER_SCHEMA_SUFFIX;
}

0 comments on commit cd6585b

Please sign in to comment.