[MINOR] Missing Param import in widgets.controller.ts #48

Closed
opened 2026-01-29 18:52:17 +00:00 by jason.woltje · 0 comments
Owner

widgets.controller.ts line 35 uses @Param() but doesn't import it from @nestjs/common.

Need to add Param to the imports at the top of the file.

File affected:

  • src/widgets/widgets.controller.ts
widgets.controller.ts line 35 uses `@Param()` but doesn't import it from `@nestjs/common`. Need to add `Param` to the imports at the top of the file. File affected: - src/widgets/widgets.controller.ts
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#48