Simplify transformers

This commit is contained in:
Alex Dima
2019-01-16 12:24:36 +01:00
parent b410581538
commit 217824cc16
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ export function getIdAndVersion(id: string): [string, string | undefined] {
}
class Main {
export class Main {
constructor(
@IEnvironmentService private readonly environmentService: IEnvironmentService,