Skip to content

Commit

Permalink
fix(platform-fastify): search method not declared
Browse files Browse the repository at this point in the history
  • Loading branch information
johaven committed Jul 21, 2024
1 parent aa10c8b commit 9f7c427
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/platform-fastify/adapters/fastify-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ export class FastifyAdapter<
return this.injectRouteOptions('options', ...args);
}

public search(...args: any[]) {
return this.injectRouteOptions('search', ...args);
}

public applyVersionFilter(
handler: Function,
version: VersionValue,
Expand Down

0 comments on commit 9f7c427

Please sign in to comment.