From b21d83cf40502bee346208d0150d3f1fc50d484f Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 31 Jul 2024 17:04:08 +0100 Subject: [PATCH] chore: update min fastify version --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e24754b..7d25428 100644 --- a/index.js +++ b/index.js @@ -126,7 +126,7 @@ function isMySQLPromiseConnection (obj) { module.exports = fp(fastifyMysql, { // DISABLED UNTIL v5 RELEASE: - // fastify: '4.x', + // fastify: '5.x', name: '@fastify/mysql' }) module.exports.default = fastifyMysql