Remove duplicate function definition

testing
Andrew Ferrazzutti 11 months ago
parent 3b40d6971f
commit 1eecf8da85
  1. 8
      node/src/client.js

@ -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

Loading…
Cancel
Save