Skip to content

Commit

Permalink
also here
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Oct 3, 2023
1 parent 64f70b0 commit 254f29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const urls = {
combineUrl(`/replay/playlists/${id}`, filters ? { filters } : {}).url,
replaySingle: (id: string, filters?: Partial<FilterType>): string =>
combineUrl(`/replay/${id}`, filters ? { filters } : {}).url,
personDistinctId: (id: string, encode: boolean = true): string =>
personByDistinctId: (id: string, encode: boolean = true): string =>
encode ? `/person/${encodeURIComponent(id)}` : `/person/${id}`,
persons: (): string => '/persons',
groups: (groupTypeIndex: string | number): string => `/groups/${groupTypeIndex}`,
Expand Down

0 comments on commit 254f29c

Please sign in to comment.