Updates
This commit is contained in:
@@ -33,7 +33,7 @@ export default async function <
|
||||
fieldName,
|
||||
apiConnectionConfig,
|
||||
grabbedHostnames,
|
||||
}: Params): Promise<APIResponseObject<T>> {
|
||||
}: Params): Promise<APIResponseObject> {
|
||||
const basePath = grabAPIBasePath({ paradigm: "schema" });
|
||||
|
||||
const finalPath = path.join(
|
||||
@@ -43,7 +43,7 @@ export default async function <
|
||||
fieldName || ""
|
||||
);
|
||||
|
||||
const GET_RES = await queryDSQLAPI<any, T>({
|
||||
const GET_RES = await queryDSQLAPI<T>({
|
||||
method: "GET",
|
||||
path: finalPath,
|
||||
apiKey,
|
||||
|
||||
Reference in New Issue
Block a user