Improve code as per Sonar suggestions (#22224)
This commit is contained in:
committed by
GitHub
parent
0292f66365
commit
ca98529bd2
@@ -18,7 +18,6 @@
|
||||
* ```
|
||||
*/
|
||||
|
||||
|
||||
class Optional {
|
||||
static from(value) {
|
||||
return value && Some.of(value) || None;
|
||||
|
||||
Reference in New Issue
Block a user