Skip to content

Commit

Permalink
Fixes wrong list exception type when creating endpoint event filters …
Browse files Browse the repository at this point in the history
…list (#102522)
  • Loading branch information
dasansol92 authored Jun 18, 2021
1 parent 6672baf commit a8020dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const createEndpointEventFiltersList = async ({
os_types: [],
tags: [],
tie_breaker_id: tieBreaker ?? uuid.v4(),
type: 'endpoint',
type: 'endpoint_events',
updated_by: user,
version,
},
Expand Down

0 comments on commit a8020dd

Please sign in to comment.