fix: adapt not found admin case

This commit is contained in:
yassinedorbozgithub 2025-05-29 17:00:00 +01:00
parent 04fcc1585e
commit 8c9c5141ab

View File

@ -36,6 +36,7 @@ const migrateBlockOptionsContentLimit = async (services: MigrationServices) => {
if (!adminUser) { if (!adminUser) {
services.logger.warn('Unable to process block, no admin user found'); services.logger.warn('Unable to process block, no admin user found');
return;
} }
try { try {