From 842502e82c4ddfea05a5f77c361aaa27f75afc42 Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 26 Oct 2025 22:57:28 +0100 Subject: Refactor db schema and add audits --- api/WhatApi/Seed.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'api/WhatApi/Seed.cs') diff --git a/api/WhatApi/Seed.cs b/api/WhatApi/Seed.cs index c3127cc..13bd4aa 100644 --- a/api/WhatApi/Seed.cs +++ b/api/WhatApi/Seed.cs @@ -1,6 +1,5 @@ using Bogus; using Bogus.Locations; -using NetTopologySuite.Geometries; using WhatApi.Tables; namespace WhatApi; -- cgit v1.3