Skip to content

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

@chriswhong

Description

@chriswhong

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 qri-io/frontend#579

Metadata

Metadata

Assignees

Labels

bugcode that is not behaving as expected

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions