clarify logging when a Move (migration) is rejected

This commit is contained in:
Hazelnoot 2024-11-03 12:57:06 -05:00 committed by fly_mc
parent c67f23d2c2
commit 48c1ab4777

View file

@ -673,7 +673,7 @@ export class ApPersonService implements OnModuleInit {
}); });
} }
return 'skip'; return 'skip: too soon to migrate accounts';
} }
/** /**