diff options
| author | ivar <i@oiee.no> | 2025-10-26 22:57:28 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-26 22:57:28 +0100 |
| commit | 842502e82c4ddfea05a5f77c361aaa27f75afc42 (patch) | |
| tree | 70fe96cd88600224257b80569015008626e3d317 /api/WhatApi/Seed.cs | |
| parent | 5c59225ee10949cc58fccce4d968d1ede58be9b6 (diff) | |
| download | what-842502e82c4ddfea05a5f77c361aaa27f75afc42.tar.xz what-842502e82c4ddfea05a5f77c361aaa27f75afc42.zip | |
Refactor db schema and add audits
Diffstat (limited to 'api/WhatApi/Seed.cs')
| -rw-r--r-- | api/WhatApi/Seed.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
