mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: adapt not found admin case
This commit is contained in:
@@ -36,6 +36,7 @@ const migrateBlockOptionsContentLimit = async (services: MigrationServices) => {
|
||||
|
||||
if (!adminUser) {
|
||||
services.logger.warn('Unable to process block, no admin user found');
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user