fix: remove old way of handling extensions

This commit is contained in:
Mohamed Marrouchi
2024-10-22 15:47:33 +01:00
parent 357e058e65
commit 1fc58f4496
5 changed files with 10 additions and 171 deletions

View File

@@ -94,7 +94,7 @@ export class BlockController extends BaseController<
try {
if (!pluginName) {
throw new BadRequestException(
'Plugin id must be supplied as a query param',
'Plugin name must be supplied as a query param',
);
}