Korrigert eventId
This commit is contained in:
parent
809e60083b
commit
08fc781d86
@ -40,7 +40,7 @@ class ProducerDataValueSchema:
|
||||
def to_dict(self):
|
||||
return {
|
||||
'referenceId': self.referenceId,
|
||||
'eventId': uuid.uuid4(),
|
||||
'eventId': str(uuid.uuid4()),
|
||||
'data': self.data.to_dict() if self.data else None
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user