@acorex/connectivity 20.8.21 → 20.8.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -51373,7 +51373,7 @@ class AXCMockModule {
|
|
|
51373
51373
|
const seederService = injector.get(AXPDataSeederService);
|
|
51374
51374
|
appInitService.registerTask({
|
|
51375
51375
|
name: 'Mock',
|
|
51376
|
-
statusText: '
|
|
51376
|
+
statusText: '@general:startup-tasks.seed-data',
|
|
51377
51377
|
priority: 1,
|
|
51378
51378
|
run: async () => {
|
|
51379
51379
|
await seederService.seed();
|