mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove old way of handling extensions
This commit is contained in:
@@ -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',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user