fix(UserData): correctly check if request has value
The return value of get() might be an empty string. An empty string evaluates to false in an if. Thus the value could never be removed/emptied. Checking via has() resolves this issue.
Related: #72 (closed)
Merge Request-Berichte
Aktivität
enabled an automatic merge when the pipeline for 79d552c1 succeeds
mentioned in commit 765ba26e
This MR is included in version 1.10.2The release is available on GitLab release.
Your semantic-release bot
Bitte registriere oder melde dich an um zu antworten