Skip to content

Commit 6f0341b

Browse files
Robin BuschmannRobin Buschmann
authored andcommitted
bug fix
1 parent 87e85c1 commit 6f0341b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ if ('development' === app.get('env')) {
152152
const soapService = injector.get(SoapService);
153153

154154
soapService.eRoamingPullEvseData()
155-
.then(data => this.dataImporter.execute(data))
155+
.then(data => dataImporter.execute(data))
156156
.catch(err => console.log(err))
157157
;

0 commit comments

Comments
 (0)