You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because it does not exist on the event anymore
i can get this value from some other source but it would make sense to change the interface of AgreementData
To Reproduce
Steps to reproduce the behavior:
call getAgreementData
find didOwner being undefined
Expected behavior
Since didOwner is not an optional field it would make sense to adapt the interface
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
based on that code and
AgreementData
being:i would expect
didOwner
to be returnedbut its always
undefined
its not being queried from the graph:
because it does not exist on the event anymore
i can get this value from some other source but it would make sense to change the interface of
AgreementData
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Since didOwner is not an optional field it would make sense to adapt the interface
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: