Skip to content

Commit

Permalink
Fix mistake in window.getAuthorDisplayName type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vvidday committed Apr 4, 2023
1 parent f66b046 commit ad1b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/types/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ declare global {
getBlameLink: (repoId: string, branch: string, filepath: string) => string | undefined;
getHistoryLink: (repoId: string, branch: string, filepath: string) => string | undefined;
getGroupName: (group: UserType[], filterGroupSelection: string) => string;
getAuthorDisplayName: (authorRepos: Repo[]) => string;
getAuthorDisplayName: (authorRepos: UserType[]) => string;
api: Api;
sinceDate: string;
untilDate: string;
Expand Down

0 comments on commit ad1b25c

Please sign in to comment.