Skip to content

Commit

Permalink
docs: fix lint warning (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Mar 29, 2022
1 parent 2532eb9 commit a37b1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apidoc/parameterDefaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class DefaultParameterAwareSerializer extends SerializerComponent<Reflect
return instance instanceof Reflection;
}

supports(item: unknown): boolean {
supports(): boolean {
return true;
}

Expand Down

0 comments on commit a37b1ef

Please sign in to comment.