Skip to content

Commit

Permalink
fix: undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
charmful0x authored Sep 13, 2022
1 parent 0ced7d1 commit 5576964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function profile(AddyLabel) {
}

address.timestamp = await getBlockTimestampById(
label.ownedLabels[0]?.acquisationBlock
address.ownedLabels[0]?.acquisationBlock
);
return address;

Expand Down

0 comments on commit 5576964

Please sign in to comment.