Skip to content

Conversation

kevcodez
Copy link
Contributor

@kevcodez kevcodez commented Nov 5, 2024

No description provided.

@kevcodez kevcodez requested review from a team as code owners November 5, 2024 04:17
export function Deparse(parsedSql: object): DeparseReturnValues {
try {
const data = deparse(parsedSql)
const data = deparse(parsedSql, {})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Types were erroring out, we can alternatively do ts-ignore

Copy link
Member

Choose a reason for hiding this comment

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

@kevcodez kevcodez merged commit 57b8ee5 into master Nov 5, 2024
4 checks passed
@kevcodez kevcodez deleted the fastify-5 branch November 5, 2024 12:17
@soedirgo
Copy link
Member

soedirgo commented Nov 5, 2024

No breaking changes in Fastify v5? I remember we had some upgrading to v4.

@kamilogorek
Copy link
Member

Nothing that was used other than customLogger https://fastify.dev/docs/latest/Guides/Migration-Guide-V5/

soedirgo added a commit that referenced this pull request Dec 9, 2024
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.

3 participants