qri
qri copied to clipboard
calls to /auto/runinfo are returning Timestamp and Type keys
Run -> RunStep.output should be EventLogLine
export interface EventLogLine {
type: EventLogLineType
ts: number
sessionID: string
data: Record<string, any>
}
Calls to /auto/runinfo are returning steps where output has keys Timestamp
and Type
with capitalized letters. Need to make it match the expected interface.
Related to https://github.com/qri-io/frontend/pull/579