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:
parent
04fcc1585e
commit
8c9c5141ab
@ -36,6 +36,7 @@ const migrateBlockOptionsContentLimit = async (services: MigrationServices) => {
|
||||
|
||||
if (!adminUser) {
|
||||
services.logger.warn('Unable to process block, no admin user found');
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user