fix: eslint (#8185)
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
This commit is contained in:
parent
82c970ac4b
commit
85d90030cf
138 changed files with 5054 additions and 4747 deletions
|
|
@ -77,3 +77,5 @@ export default class DashboardService extends APIService {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
export { DashboardService };
|
||||
|
|
|
|||
|
|
@ -102,3 +102,5 @@ export default class WebhookService extends APIService {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
export { WebhookService };
|
||||
|
|
|
|||
|
|
@ -6,3 +6,5 @@ export default class IntakeService extends APIService {
|
|||
super(BASE_URL || API_BASE_URL);
|
||||
}
|
||||
}
|
||||
|
||||
export { IntakeService };
|
||||
|
|
|
|||
|
|
@ -16,3 +16,5 @@ export default class IntakeIssueService extends APIService {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
export { IntakeIssueService };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue