Skip to content

Commit 88c9c80

Browse files
author
jessevz
committed
Fixed eslint suggestions
1 parent 8adc750 commit 88c9c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/_datasources/hashes.datasource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class HashesDataSource extends BaseDataSource<JHash> {
2626
this.loading = true;
2727

2828
if (this._dataType === 'tasks') {
29-
const hashesService = this.service.ghelper(SERV.HELPER, "getCracksOfTask?task=" + this._id);
29+
const hashesService = this.service.ghelper(SERV.HELPER, 'getCracksOfTask?task=' + this._id);
3030

3131
this.subscriptions.push(
3232
hashesService

0 commit comments

Comments
 (0)