Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 30, 2023
1 parent f2a13e4 commit c62480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Class/TypeDoc/Theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class
...[Event]: Parameters<Type["getRenderContext"]>
): Context => new _Context(this, Event, this.application.options);

override buildUrls(...[]): UrlMapping<any>[] {
override buildUrls(...[Reflection, URLs]: Parameters<Type["buildURLs"]>) {
const Mapping = this._getMapping(Reflection);

if (Mapping) {
Expand Down

0 comments on commit c62480b

Please sign in to comment.