Skip to content

Commit 603fa3c

Browse files
committed
refactor: remove unused import from article cleanup service
- Eliminated the unused 'lt' import from the article-cleanup-service.ts file, streamlining the code and improving clarity.
1 parent 4524b04 commit 603fa3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/services/article-cleanup-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"use server";
2-
import { and, lt, lte, neq } from "sqlkit";
2+
import { and, lte, neq } from "sqlkit";
33
import { persistenceRepository } from "../persistence/persistence-repositories";
44
import { handleActionException } from "./RepositoryException";
55
import { deleteArticleById } from "./search.service";

0 commit comments

Comments
 (0)