fix lint issue
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
OCram85 2022-07-13 16:14:08 +02:00
parent f343fdd365
commit c56f238cdf
Signed by: OCram85
GPG Key ID: 456940F03DE016E1

View File

@ -38,6 +38,8 @@ function Send-PRComment {
)
begin {
# workaround for false positive PSReviewUnusedParameter
$null = $GiteaUser
}
process {