From 00952af0c412337a8070b844f0002a4f4bc84274 Mon Sep 17 00:00:00 2001 From: Muhammad Aaqil Date: Sun, 3 Mar 2024 21:44:16 +0500 Subject: [PATCH] fix: remove linting issues Signed-off-by: Muhammad Aaqil --- lib/discovery.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/discovery.js b/lib/discovery.js index 7ee5beb0..49844862 100644 --- a/lib/discovery.js +++ b/lib/discovery.js @@ -298,7 +298,6 @@ function mixinDiscovery(MySQL, mysql) { return sql; }; - /** * Build query to determine is strict mode */ @@ -423,5 +422,4 @@ function mixinDiscovery(MySQL, mysql) { MySQL.prototype.setNullableProperty = function(r) { r.nullable = r.nullable ? 'Y' : 'N'; }; - }