type fix
This commit is contained in:
@@ -8,8 +8,7 @@ import _ from "lodash";
|
||||
|
||||
/**
|
||||
* # Generate a http Request
|
||||
* @param {import("../../types").HttpRequestParams} params *
|
||||
* @returns { Promise<Object<string, any> | string | null> }
|
||||
* @type {import("../../types").HttpRequestFunctionType}
|
||||
*/
|
||||
async function httpRequest(params) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user