qri icon indicating copy to clipboard operation
qri copied to clipboard

calls to /auto/runinfo are returning Timestamp and Type keys

Open chriswhong opened this issue 3 years ago • 0 comments

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

chriswhong avatar Dec 06 '21 21:12 chriswhong