remove old unmaintained sub-projects (#5798)

* remove old unmaintained sub-projects

* add missing dependency
This commit is contained in:
Denys Vuika
2020-06-20 10:59:31 +01:00
committed by GitHub
parent 2a5fa954bd
commit 8ba36ea21c
40 changed files with 11 additions and 3485 deletions

View File

@@ -74,7 +74,7 @@ export class ClaimTaskCloudDirective implements OnInit {
@HostListener('click')
async onClick() {
try {
await await this.claimTask();
await this.claimTask();
} catch (error) {
this.error.emit(error);
}