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

release(payload, priority, delay) does not parse priority/delay properly #30

Closed
MarkBlah opened this issue Mar 19, 2023 · 2 comments
Closed

Comments

@MarkBlah
Copy link

this.release = this.createCommandHandler((id, { priority, delay } = {}) => {

priority/delay defaults to 0

@tolgaulas
Copy link

I think it does now.

@divmgl
Copy link
Member

divmgl commented Sep 11, 2023

Hi! I'm not understanding this issue unfortunately! If a priority and/or a delay is not supplied, they both default to 0. Is there a different functionality you're expecting here? Or maybe an error you're having?

I'm gonna go ahead and close this ticket because this seems to be working as intended. If you have any additional information I'd be happy to look into it!

@divmgl divmgl closed this as completed Sep 11, 2023
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

No branches or pull requests

3 participants