Skip to content

Commit eaa1f7c

Browse files
committed
fix: remove payload.release convert in eventsFactory
1 parent 764a02f commit eaa1f7c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/models/eventsFactory.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -321,14 +321,7 @@ class EventsFactory extends Factory {
321321
? {
322322
$expr: {
323323
$eq: [
324-
{
325-
$convert: {
326-
input: '$event.payload.release',
327-
to: 'string',
328-
onError: '',
329-
onNull: '',
330-
},
331-
},
324+
'$event.payload.release',
332325
String(release),
333326
],
334327
},

0 commit comments

Comments
 (0)