We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adc750 commit 88c9c80Copy full SHA for 88c9c80
src/app/core/_datasources/hashes.datasource.ts
@@ -26,7 +26,7 @@ export class HashesDataSource extends BaseDataSource<JHash> {
26
this.loading = true;
27
28
if (this._dataType === 'tasks') {
29
- const hashesService = this.service.ghelper(SERV.HELPER, "getCracksOfTask?task=" + this._id);
+ const hashesService = this.service.ghelper(SERV.HELPER, 'getCracksOfTask?task=' + this._id);
30
31
this.subscriptions.push(
32
hashesService
0 commit comments