summaryrefslogtreecommitdiffstats
path: root/src/server/Jobs
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-02-07 23:16:19 +0100
committerivarlovlie <git@ivarlovlie.no>2022-02-07 23:16:19 +0100
commita9a000f40cb89fe8b4734061ebd4ca590cccc600 (patch)
tree10e6b971ffa1138d47a67cb28c9a451632e91c3c /src/server/Jobs
parentf59570acaecf2422001310a1d312565e8c61f263 (diff)
downloadbookmark-thing-a9a000f40cb89fe8b4734061ebd4ca590cccc600.tar.xz
bookmark-thing-a9a000f40cb89fe8b4734061ebd4ca590cccc600.zip
chore: Cleanup warnings and unused code
Diffstat (limited to 'src/server/Jobs')
-rw-r--r--src/server/Jobs/JobRegister.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/Jobs/JobRegister.cs b/src/server/Jobs/JobRegister.cs
index 98eac97..a77db04 100644
--- a/src/server/Jobs/JobRegister.cs
+++ b/src/server/Jobs/JobRegister.cs
@@ -1,5 +1,3 @@
-using Quartz;
-
namespace IOL.BookmarkThing.Server.Jobs;
public static class JobRegister