This commit is contained in:
2024-02-01 12:58:17 +01:00
15 changed files with 127 additions and 51 deletions

View File

@ -34,6 +34,10 @@ class Profile
this.isFriend = false;
}
/**
*
* @returns {Promise<*>}
*/
async init()
{
let response;