Commit a6525ea
fix: ASN compilation error - convert numeric filter to string comparison
The ASN number field is stored as a string in Coralogix but the
extraFilter compared it to integer 0 (!=0), causing a compilation
error. Now translates to != '' for the Coralogix path.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Signed-off-by: Lars Trieloff <lars@trieloff.net>1 parent 33c9649 commit a6525ea
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
287 | 292 | | |
288 | 293 | | |
289 | 294 | | |
| |||
472 | 477 | | |
473 | 478 | | |
474 | 479 | | |
| 480 | + | |
475 | 481 | | |
476 | 482 | | |
477 | 483 | | |
| |||
0 commit comments