Skip to content

Fix bug in chipping_away achievement. - #3137

Merged
drgrice1 merged 1 commit into
openwebwork:developfrom
somiaj:fix-chipping-away
Aug 18, 2026
Merged

Fix bug in chipping_away achievement.#3137
drgrice1 merged 1 commit into
openwebwork:developfrom
somiaj:fix-chipping-away

Conversation

@somiaj

@somiaj somiaj commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

$localData->{last_set} is used in a ne comparison but could be undefined. Ensure it is defined before testing it.

`$localData->{last_set}` is used in a `ne` comparison but
could be undefined. Ensure it is defined before testing it.
@drgrice1
drgrice1 merged commit c6c9ef3 into openwebwork:develop Aug 18, 2026
2 checks passed
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