Unneeded ts-ignore removed

This commit is contained in:
Marie Verdonck
2020-08-13 12:31:42 +02:00
parent f2a3816430
commit 02c693363b

View File

@@ -36,7 +36,6 @@ class DataServiceImpl extends DataService<ProcessOutput> {
} }
} }
// @ts-ignore
/** /**
* A service to retrieve output from processes from the REST API. * A service to retrieve output from processes from the REST API.
*/ */