Fix: re-add missing else clause for b_method assignment #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/recover-b_method-assignment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
During migration, the original fix was partially applied—
else
clause assigningb_method
was unintentionally omitted. This commit restores the full logic as intended by the original author.