Skip to content

Commit

Permalink
Update src/decorators/account.decorator.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cosmo <[email protected]>
  • Loading branch information
Daaaiii and viniciuscosmome committed Feb 20, 2024
1 parent 0e4b97f commit dc16903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorators/account.decorator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createParamDecorator, ExecutionContext } from '@nestjs/common';
import { createParamDecorator, type ExecutionContext } from '@nestjs/common';

export const User = createParamDecorator(
(data: unknown, ctx: ExecutionContext) => {
Expand Down

0 comments on commit dc16903

Please sign in to comment.