Skip to content

Commit

Permalink
Fix compilation issue after upgrading mysql connector
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmoke committed Aug 7, 2020
1 parent d55ea3f commit 8ab7012
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/HealthCheck/MySql/src/MySqlCheck.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
using MySqlConnection = MySql.Data.MySqlClient.MySqlConnection;

namespace ClickView.Extensions.HealthCheck.MySql
namespace ClickView.Extensions.HealthCheck.MySql
{
using System.Data.Common;
using Checks.Db;
using MySqlConnector;

public class MySqlCheck : DbCheck
{
Expand Down

0 comments on commit 8ab7012

Please sign in to comment.