Skip to content

Commit

Permalink
fix: typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Sep 2, 2021
1 parent c617309 commit eec5b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/cli/core/template/src/components/app/controller.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { AbstractController, DI, ViewControllerCouple } from '@leanup/lib';
import IMG_LEANUP, { IVersion, VersionApi } from '@leanup/openapi-demo';
import { IVersion, VersionApi } from '@leanup/openapi-demo';
import IMG_LEANUP from '../../assets/logo.leanupjs.png';

import { Framework } from '../../models/framework.interface';
import { RouterService } from '../../services/router/service';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ export class MeasurementService {
});
});
this.storageStorage.setItem('measuredSeries', series);
this.observe.next();
this.observe.next([]);
}
}

0 comments on commit eec5b60

Please sign in to comment.