Ensure date is passed to pipeline. Fix woring
This commit is contained in:
@@ -17,6 +17,7 @@ export const ProposedTriggerEventArray = z.array(ProposedTriggerEvent);
|
||||
|
||||
export const MessagesState = new StateSchema({
|
||||
disinformationTitle: z.string(),
|
||||
date: z.string(),
|
||||
messages: MessagesValue,
|
||||
proposedTriggerEvent: ProposedTriggerEventArray,
|
||||
proposedTriggerEventIndex: z.int(),
|
||||
|
||||
Reference in New Issue
Block a user