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

INN-2306: Implement step.waitForEvent #26

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Conversation

albertchae
Copy link
Collaborator

Copy link

linear bot commented Feb 25, 2024

Copy link
Collaborator

@KiKoS0 KiKoS0 left a comment

Choose a reason for hiding this comment

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

Looks good, we can address the return in follow-ups along with the others.

if (stepResult != null) {
return stepResult
}
return null // TODO should this throw an exception?
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

adding a TODO

@albertchae albertchae merged commit e8ab5d9 into main Feb 25, 2024
5 of 6 checks passed
@albertchae albertchae deleted the implement-waitForEvent branch February 25, 2024 08:12
if (stepResult != null) {
return stepResult
}
return null // TODO should this throw an exception? also look into `EventPayload` https://github.com/inngest/inngest-kt/pull/26#discussion_r150176713

Choose a reason for hiding this comment

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

🚫 [ktlint] standard:max-line-length reported by reviewdog 🐶
Exceeded max line length (120)

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.

3 participants