Browse Source

Fix grammar

pull/1/head
rozetko 6 years ago
parent
commit
a27344ff2b
  1. 2
      server/src/controllers/analytics_controller.ts
  2. 2
      server/src/services/data_puller.ts

2
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);

2
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() {

Loading…
Cancel
Save