Skip to content

Commit 63ffa51

Browse files
committed
Fixed runtime error on file page related to FileConvertService.
1 parent d4bd975 commit 63ffa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/FileConvertService.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import com.ning.http.client.Realm.AuthScheme
1919
* File Convert Service
2020
*
2121
*/
22-
class FileConvertService(application: Application) {
22+
class FileConvertService() {
2323

2424
val fileConvertUser: Option[String] = configuration.getString("fileconvert.username")
2525
val fileConvertPassword: Option[String] = configuration.getString("fileconvert.password")

0 commit comments

Comments
 (0)