OWASP/Nest

Remove this redundant

开放

#4,588 创建于 2026年4月27日

 (5 条评论) (0 个反应) (0 位负责人)Python (651 个派生)auto 404
good first issue

仓库指标

星标
 (412 个星标)
PR 合并指标
 (平均合并 2天 12小时) (30 天内合并 128 个 PR)

描述

Description

SonarCloud reports a violation of rule typescript:S4623 "undefined" should not be passed as the value of optional parameters. So Remove this redundant "undefined".

Sonar Issue

https://sonarcloud.io/project/issues?open=AZyR-cD2EbJaH5UN48Px&id=OWASP_Nest

Affected code

          expect(validateEndDate('2024-01-01', undefined)).toBeUndefined()

贡献者指南