Skip to content

fix: Best offers field name#178

Merged
hanjano merged 2 commits intomasterfrom
fix-best-offers
Feb 29, 2024
Merged

fix: Best offers field name#178
hanjano merged 2 commits intomasterfrom
fix-best-offers

Conversation

@hanjano
Copy link
Copy Markdown
Contributor

@hanjano hanjano commented Feb 29, 2024

No description provided.

Comment on lines +146 to +148
if adr := t.get('owner_address'):
if adr.lower() == low_address:
return t.get('quantity')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ultra nitpick 🤓

Suggested change
if adr := t.get('owner_address'):
if adr.lower() == low_address:
return t.get('quantity')
if t.get('owner_address', '').lower() == low_address:
return t.get('quantity')

@hanjano hanjano merged commit 162ad17 into master Feb 29, 2024
@hanjano hanjano deleted the fix-best-offers branch February 29, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants