diff --git a/src/connections/destinations/destination-filters.md b/src/connections/destinations/destination-filters.md index f3870d212a..485f25bde7 100644 --- a/src/connections/destinations/destination-filters.md +++ b/src/connections/destinations/destination-filters.md @@ -124,7 +124,7 @@ Use the [Public API](https://docs.segmentapis.com/tag/Destination-Filters/){:tar "destinationId": "", "title": "Don't send event if userId is null", "description": "Drop event if there is no userId on the request", - "if": "length( userId ) < 1 or typeof( userId ) != 'string'", + "if": "length( userId ) < 1", "actions": [ { "type": "DROP"