Video records API
This commit is contained in:
2
API.js
2
API.js
@@ -194,7 +194,7 @@ const API = {
|
||||
async getMe() {
|
||||
if (!CurrentProfileData)
|
||||
if(!CurrentProfile) await this.isLoggedIn();
|
||||
CurrentProfileData = await this.getUserProfile(CurrentProfile);
|
||||
CurrentProfileData = await this.getUserProfile(CurrentProfile, true);
|
||||
return CurrentProfileData;
|
||||
},
|
||||
getMyProfiles() {
|
||||
|
||||
Reference in New Issue
Block a user