Skip to content

Commit

Permalink
traffic(log): fix typo (filder => filter)
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Feb 1, 2024
1 parent 0978d60 commit 2727124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerFGT/Public/log/traffic.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function Get-FGTLogTraffic {
$filter += "&extra=$e"
}

#if there is other filder add to &filter
#if there is other filter add to &filter
if ( $filter_value -and $filter_attribute ) {
$filter_value += "&filter=" + $filter
}
Expand Down

0 comments on commit 2727124

Please sign in to comment.