Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add unclaimed project owner field #37

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

jtourkos
Copy link
Contributor

resolves: #35

@jtourkos jtourkos requested a review from efstajas October 30, 2024 13:07
Copy link

railway-app bot commented Oct 30, 2024

🚅 Previously deployed to Railway in the Drips App project. Environment has been deleted.

@railway-app railway-app bot temporarily deployed to graphql-api-pr-37 October 30, 2024 13:07 Destroyed
owner: {
driver: Driver.ADDRESS,
accountId: fakeUnclaimedProject.ownerAccountId || '0',
address: (fakeUnclaimedProject.ownerAddress as string) || ZeroAddress,
Copy link
Contributor

Choose a reason for hiding this comment

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

why is the typecast needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, no need, leftover from copy paste. Noted to remove it to the next PR.

@efstajas efstajas merged commit 5c9c8c1 into main Oct 30, 2024
1 check failed
@efstajas efstajas deleted the unclaimed-project-owner branch October 30, 2024 14:31
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.

Add nullable owner field to UnClaimedProjectData
2 participants