Skip to content

Conversation

david-crespo
Copy link
Collaborator

No big deal.

Copy link

vercel bot commented Aug 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Aug 19, 2024 4:53pm

query: async (q: string) => {
const result = await api.methods.timeseriesQuery({ body: { query: q } })
const data = handleResult(result)
const data = handleResult(result).tables
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bnaecker this is the only change we had to make since we're not using OxQL in app code. Though even if we were it would be very similar to this. And the typechecker pointed it out.

@david-crespo david-crespo enabled auto-merge (squash) August 19, 2024 16:54
@david-crespo david-crespo merged commit c52cc37 into main Aug 19, 2024
@david-crespo david-crespo deleted the bump-api branch August 19, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant