We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec2266 commit d4116cfCopy full SHA for d4116cf
packages/authentication/src/decorators/authenticate.decorator.ts
@@ -24,7 +24,7 @@ export interface AuthenticationMetadata {
24
* @param strategyName - The name of the authentication strategy to use.
25
* @param options - Additional options to configure the authentication.
26
*/
27
-export function authenticate(strategyName: string, options?: Object) {
+export function authenticate(strategyName: string, options?: object) {
28
return MethodDecoratorFactory.createDecorator<AuthenticationMetadata>(
29
AUTHENTICATION_METADATA_KEY,
30
{
0 commit comments