chore: remove TODO comments and clean up code annotations

This commit is contained in:
Mauricio Siu
2025-03-01 22:21:03 -06:00
parent 13eccaf8d9
commit c51d63a4df
5 changed files with 0 additions and 11 deletions

View File

@@ -126,7 +126,6 @@ export const updateDomainById = async (
export const removeDomainById = async (domainId: string) => {
await findDomainById(domainId);
// TODO: fix order
const result = await db
.delete(domains)
.where(eq(domains.domainId, domainId))