Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/health/health.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import { SkipThrottle } from '@nestjs/throttler';
import { HealthService } from './health.service';


Check failure on line 7 in src/health/health.controller.ts

View workflow job for this annotation

GitHub Actions / ESLint

Delete `⏎`
@Version(VERSION_NEUTRAL)

Check failure on line 8 in src/health/health.controller.ts

View workflow job for this annotation

GitHub Actions / TypeScript Type Check

Decorator function return type 'void | TypedPropertyDescriptor<unknown>' is not assignable to type 'void | typeof HealthController'.

Check failure on line 8 in src/health/health.controller.ts

View workflow job for this annotation

GitHub Actions / TypeScript Type Check

Unable to resolve signature of class decorator when called as an expression.
@SkipThrottle()
@Controller('health')
export class HealthController {
Expand Down
Loading