mirror of
https://github.com/tale/headplane.git
synced 2026-08-13 15:07:24 +00:00
fix: fix integrations not loading
This commit is contained in:
@@ -34,10 +34,7 @@ export class ResponseError extends Error {
|
||||
}
|
||||
}
|
||||
|
||||
// Represents an error that occurred during a request
|
||||
// class RequestError extends Error {
|
||||
|
||||
class ApiClient {
|
||||
export class ApiClient {
|
||||
private agent: Agent;
|
||||
private base: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user