Skip to content

Commit

Permalink
fix: remove linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aaqil <[email protected]>
  • Loading branch information
aaqilniz committed Mar 3, 2024
1 parent b9b12a3 commit 00952af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/discovery.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ function mixinDiscovery(MySQL, mysql) {
return sql;
};


/**
* Build query to determine is strict mode
*/
Expand Down Expand Up @@ -423,5 +422,4 @@ function mixinDiscovery(MySQL, mysql) {
MySQL.prototype.setNullableProperty = function(r) {
r.nullable = r.nullable ? 'Y' : 'N';
};

}

0 comments on commit 00952af

Please sign in to comment.