From a27344ff2ba8ff3032560e339bf7f88a8c868fdc Mon Sep 17 00:00:00 2001 From: rozetko Date: Fri, 7 Dec 2018 10:56:31 +0300 Subject: [PATCH] Fix grammar --- server/src/controllers/analytics_controller.ts | 2 +- server/src/services/data_puller.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/controllers/analytics_controller.ts b/server/src/controllers/analytics_controller.ts index 7509170..35c573a 100644 --- a/server/src/controllers/analytics_controller.ts +++ b/server/src/controllers/analytics_controller.ts @@ -107,7 +107,7 @@ function getQueryRangeForLearningBySegments(segments: Segment.Segment[]) { } export async function runLearning(id: AnalyticUnit.AnalyticUnitId) { - console.debug('learning runned...'); + console.debug('learning started...'); try { let analyticUnit = await AnalyticUnit.findById(id); diff --git a/server/src/services/data_puller.ts b/server/src/services/data_puller.ts index e19c641..6438883 100644 --- a/server/src/services/data_puller.ts +++ b/server/src/services/data_puller.ts @@ -53,7 +53,7 @@ export class DataPuller { this._runAnalyticUnitPuller(analyticUnit); }); - console.log('Data puller runned'); + console.log('Data puller started'); } public stopPuller() {