diff --git a/server/src/repo/Repo.ts b/server/src/repo/Repo.ts index 87de7ba..8acb0ee 100644 --- a/server/src/repo/Repo.ts +++ b/server/src/repo/Repo.ts @@ -1,9 +1,9 @@ import dayjs from 'dayjs'; import NodeCache from 'node-cache'; -import { ResultRecord, ResultRow } from 'ts-postgres'; +import { ResultRecord } from 'ts-postgres'; import Pool from './Pool.js'; -import { Entity, ImageEntity } from '../shelf/Entity.js'; +import { Entity } from '../shelf/Entity.js'; import Config from '../Config.js'; import { Moment, MomentSummary } from '../shelf/Moment.js';