Updates
This commit is contained in:
@@ -77,7 +77,6 @@ export default async function get({
|
||||
* @description make a request to datasquirel.com
|
||||
*/
|
||||
const httpResponse = await new Promise((resolve, reject) => {
|
||||
/** @type {import("../package-shared/types").GetReqQueryObject} */
|
||||
const queryObject: import("../package-shared/types").GetReqQueryObject =
|
||||
{
|
||||
db: process.env.DSQL_API_DB_NAME || String(db),
|
||||
@@ -96,7 +95,6 @@ export default async function get({
|
||||
user_id || grabedHostNames.user_id
|
||||
}/get${queryString}`;
|
||||
|
||||
/** @type {https.RequestOptions} */
|
||||
const requestObject: https.RequestOptions = {
|
||||
method: "GET",
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user