Remove duplicate function definition
This commit is contained in:
parent
3b40d6971f
commit
1eecf8da85
|
@ -689,14 +689,6 @@ export default class PeerClient {
|
||||||
return await this.#getUser(req.mxid).serviceClient.requestMyProfile()
|
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 {Object} req
|
||||||
* @param {string} req.mxid
|
* @param {string} req.mxid
|
||||||
|
|
Loading…
Reference in New Issue