Skip to content

Commit e146f83

Browse files
Fix the build
1 parent ece5d90 commit e146f83

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

OmopTransformer/COSD/Staging/CosdStaging.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Microsoft.Data.SqlClient;
2-
using System.IO.Compression;
1+
using System.IO.Compression;
32
using Microsoft.Extensions.Logging;
43
using Microsoft.Extensions.Options;
54

OmopTransformer/Icdo3Resolver.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Microsoft.Data.SqlClient;
2-
using Dapper;
3-
using Microsoft.Extensions.Logging;
1+
using Microsoft.Extensions.Logging;
42
using Microsoft.Extensions.Options;
53

64
namespace OmopTransformer;

0 commit comments

Comments
 (0)