Update Types

This commit is contained in:
Tben
2023-08-13 15:25:06 +01:00
parent 7da50b1382
commit a9007c8c83
11 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const localGithubAuth = require("../../engine/user/social/github-auth");
* @param {http.ServerResponse} params.response - HTTPS response object
* @param {string} params.encryptionKey - Encryption key
* @param {string} params.encryptionSalt - Encryption salt
* @param {object} [params.additionalFields] - Additional Fields to be added to the user object
* @param {string[]} [params.additionalFields] - Additional Fields to be added to the user object
*
* @returns { Promise<FunctionReturn | undefined> }
*/