Skip to content

Fix: remove unused argument from donate() function call#79

Merged
wodsuz merged 2 commits into
mainfrom
cursor/general-code-quality-ca19
Mar 11, 2026
Merged

Fix: remove unused argument from donate() function call#79
wodsuz merged 2 commits into
mainfrom
cursor/general-code-quality-ca19

Conversation

@cursor

@cursor cursor Bot commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Fixed a bug where the donate() function was being called with an unnecessary self argument, which would cause a TypeError at runtime since the function doesn't accept any parameters.

Open in Web View Automation 

The donate() function doesn't accept any parameters but was being called
with 'self' argument, which would cause a TypeError at runtime. This fixes
the function call to match the function signature.

Co-authored-by: Ongun Demirag <ongun@ongundemirag.com>
@wodsuz wodsuz marked this pull request as ready for review March 11, 2026 07:38
@wodsuz wodsuz merged commit 9457901 into main Mar 11, 2026
1 check passed
@wodsuz wodsuz deleted the cursor/general-code-quality-ca19 branch March 11, 2026 07:40
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