mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-18 17:23:37 -05:00
Fix access modifiers
This commit is contained in:
@@ -312,7 +312,7 @@ export class WeatherChartsComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
private loadChart() {
|
||||
public loadChart() {
|
||||
let start: moment.Moment;
|
||||
let end: moment.Moment;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user