Skip to content

Commit

Permalink
fix: double node migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Sep 16, 2021
1 parent 3122275 commit 101e4d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/change_resolver.ts
Expand Up @@ -48,7 +48,6 @@ export async function changeResolver({
const owner = await registry.owner(utils.namehash(node));
owners[node] = owner;
await registry.setSubnodeOwner(utils.namehash(parentNode), labelhash(node.split(".")[0]), rootOwner);
await migrate(node);
await changeDomainResolver(node);
}
};
Expand Down

0 comments on commit 101e4d2

Please sign in to comment.