clean up changes in EDMI.API

This commit is contained in:
Jonathan Jenne
2020-04-06 14:02:46 +02:00
parent 4809337c86
commit 018469dc21
7 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ Public Class ZUGFeRDService
End If
Try
_threadRunner = New ThreadRunner(_logConfig, oGDPictureKey, _firebird, _mssql)
_threadRunner = New ThreadRunner(_logConfig, _firebird, _mssql)
_threadRunner.Start(oJobInterval)
Catch ex As Exception
_logger.Error(ex)