Skip to content

Conversation

@bryanpth
Copy link
Member

Description

Removes the nullabe annotation on GetEmbedForLog victimName parameter as nullable types reference are not enabled in the project.

We could enable them but it would require more changes in other part of the codebase, which isnt worth the effort since the bot will be rewritten anyway.

Also fix a reserved null check in that same method, where the victimName was being used when it was checked as null.

the project currently doesnt enforce nullable so this is just adding a warning for no reason
@bryanpth bryanpth changed the title fix: reverse fix: remove nullable annotation and fix reversed null check Oct 13, 2025
@svr333 svr333 merged commit f7027ca into master Oct 13, 2025
2 checks passed
@svr333 svr333 deleted the fix/nullable-error-and-null-check branch October 13, 2025 22:59
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