mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-11-03 19:14:03 +00:00
Get advanced user info
This commit is contained in:
@@ -383,7 +383,8 @@ export class AccountHelper {
|
||||
*/
|
||||
public static async Export(userID: number) : Promise<AccountExport> {
|
||||
const data = new AccountExport({
|
||||
userID: userID
|
||||
userID: userID,
|
||||
userInfo: await UserHelper.GetUserInfo(userID)
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user