fix biome kvetches

This commit is contained in:
2024-08-02 17:00:35 -04:00
parent 39bb6c85f8
commit eba5344b15
3 changed files with 279 additions and 279 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ async function syncAggregates<T>({
date: string;
}) {
const aggregatesFrom = (await fromDatabase.getAggregates({ key, date })).map(
(aggregateWithoutKey) => ({ ...aggregateWithoutKey, key }),
(aggregateWithoutKey) => ({ ...aggregateWithoutKey, key })
);
await toDatabase.insertAggregates(aggregatesFrom);
}