[MINOR] Missing Param import in widgets.controller.ts #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
widgets.controller.ts line 35 uses
@Param()but doesn't import it from@nestjs/common.Need to add
Paramto the imports at the top of the file.File affected: