Update types

This commit is contained in:
Benjamin Toby
2024-10-18 05:20:28 +01:00
parent 59c6f6dd40
commit 4bbb4da274
14 changed files with 13 additions and 25 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ async function googleAuth({
* Make https request
*
* @description make a request to datasquirel.com
* @type {{ success: boolean, user: import("../../types/user.td").DATASQUIREL_LoggedInUser | null, msg?: string, dsqlUserId?: number } | null } - Https response object
* @type {{ success: boolean, user: DATASQUIREL_LoggedInUser | null, msg?: string, dsqlUserId?: number } | null } - Https response object
*/
httpResponse = await new Promise((resolve, reject) => {
const reqPayload = JSON.stringify({