From 69b5836b9994764a0b38084669ef65668bd72bbb Mon Sep 17 00:00:00 2001 From: Kerry Perret <11332444+kerry-perret@users.noreply.github.com> Date: Mon, 25 Jan 2021 14:34:59 +0100 Subject: [PATCH] feat(tc): fix namespace --- Vp.FSharp.Sql.Sqlite/SqliteTransaction.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vp.FSharp.Sql.Sqlite/SqliteTransaction.fs b/Vp.FSharp.Sql.Sqlite/SqliteTransaction.fs index 4b8042d..0f026ee 100644 --- a/Vp.FSharp.Sql.Sqlite/SqliteTransaction.fs +++ b/Vp.FSharp.Sql.Sqlite/SqliteTransaction.fs @@ -1,5 +1,5 @@ [] -module Vp.FSharp.Sql.SqlServer.SqliteTransaction +module Vp.FSharp.Sql.Sqlite.SqliteTransaction open Vp.FSharp.Sql open Vp.FSharp.Sql.Sqlite