Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owl352 committed Nov 27, 2024
1 parent 950fbee commit 56f165a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/src/dao/IdentitiesDAO.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ module.exports = class IdentitiesDAO {

const identity = Identity.fromRow(row)

identity.aliases = ['xyz.dash']

const aliases = await Promise.all(identity.aliases.map(async alias => {
const aliasInfo = await getAliasInfo(alias, this.dapi)

Expand Down

0 comments on commit 56f165a

Please sign in to comment.