Skip to content

Commit d5df9e7

Browse files
author
Snehil
committed
Username in data dump
1 parent 27f7369 commit d5df9e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/dump-paths.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ Promise.all([
188188
let b = filter(branches, { repositoryId: r.id }),
189189
t = filter(tags, { repositoryId: r.id });
190190
r.owner.username = owner?.username ? owner.username : r.owner.id;
191+
r.owner.address = r.owner.id;
192+
if (owner?.username) r.owner.id = r.owner.username;
191193
r.branches = b;
192194
r.tags = t;
193195
if (!/^temp-/.test(owner.username) && owner.address) {

0 commit comments

Comments
 (0)