Skip to content

Commit 99f9cd3

Browse files
committed
type cleanup
1 parent a31c4b8 commit 99f9cd3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/storage/adapter-factory/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ export const createAdapterFactory = (
236236
return transformed;
237237
};
238238

239-
// Transform database row back to audit log
240239
const transformAuditLogOutput = (row: Record<string, unknown>): AuditLog => {
241240
const log: AuditLog = {
242241
id: String(row[getColumnName("auditlog", "id")]),

0 commit comments

Comments
 (0)