Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chriswhong opened this issue Dec 6, 2021 · 0 comments
Open

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

chriswhong opened this issue Dec 6, 2021 · 0 comments
Assignees
Labels
bug code that is not behaving as expected

Comments

@chriswhong
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug code that is not behaving as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants