mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 00:25:17 +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