Skip to content

Conversation

akreisher
Copy link
Contributor

In #129, the problem-id argument of leetcode-show-problem was updated to be a string, but leetcode-daily still has a call to string-to-number which causes the daily problem not to show (since the equality match in leetcode--get-problem-by-id never triggers due to the type mismatch). Removing the type conversion fixes the issue and allows the daily problem to be shown.

@kaiwk
Copy link
Owner

kaiwk commented Mar 11, 2025

fixed by: #144

@kaiwk kaiwk closed this Mar 11, 2025
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