qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

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

Open chriswhong opened 2 years ago

chriswhong commented 2 years ago

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