Skip to content

Commit

Permalink
Update packages/core/discovery/discovery-service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 18, 2023
1 parent 5052674 commit f99f6f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/discovery/discovery-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export class DiscoveryService {
* Creates a decorator that can be used to decorate classes and methods with metadata.
* The decorator will also add the class to the collection of discoverable classes (by metadata key).
* Decorated classes can be discovered using the `getProviders` and `getControllers` methods.
* @param metadataKey The metadata key to use.
* @returns A decorator function.
*/
static createDecorator<T>(): DiscoverableDecorator<T> {
Expand Down

0 comments on commit f99f6f1

Please sign in to comment.