Remove duplicate function definition

This commit is contained in:
Andrew Ferrazzutti 2022-05-04 03:02:06 -04:00
parent 3b40d6971f
commit 1eecf8da85
1 changed files with 0 additions and 8 deletions

View File

@ -689,14 +689,6 @@ export default class PeerClient {
return await this.#getUser(req.mxid).serviceClient.requestMyProfile()
}
/**
* @param {Object} req
* @param {string} req.mxid
*/
getOwnProfile = async (req) => {
return await this.#getUser(req.mxid).serviceClient.requestMyProfile()
}
/**
* @param {Object} req
* @param {string} req.mxid