This commit is contained in:
Wuesteon 2025-12-04 00:32:13 +01:00
parent 16cb8e753b
commit e9caa4a217
46 changed files with 1784 additions and 728 deletions

View file

@ -1,5 +1,5 @@
import { createParamDecorator, ExecutionContext } from '@nestjs/common';
import { CurrentUserData } from '../types';
import { createParamDecorator, type ExecutionContext } from '@nestjs/common';
import { type CurrentUserData } from '../types';
/**
* Parameter decorator to extract the current user from the request.