You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: fix getActions empty key and action.payload falsy check in api.js
- getActions: use 'match() || []' with 'if (n &&)' guard to skip empty
strings produced by case-pattern matches with $1 substitution
- getExternalApiByGuessing: guard against empty keys with 'if (key)'
- answerNotifyApi: use 'in' operator instead of truthy check so
falsy payloads like 0 are not skipped (fixes PAGE_SELECT page 0)
0 commit comments