Remove unused stuff

This commit is contained in:
Fang-Pen Lin
2025-10-29 12:17:25 -07:00
parent 2b8a6b801d
commit 3a7ba8d138

View File

@@ -49,9 +49,7 @@ export const pkiAcmeAccountDALFactory = (db: TDbClient) => {
return {
...pkiAcmeAccountOrm,
create,
updateById,
findById,
findByProfileId,
findByPublicKey
};
};