fix: 연감 장수동향 수집 분류를 바로잡는다

This commit is contained in:
2026-08-22 08:20:46 +00:00
parent 957445b0e0
commit 690a296f6a
5 changed files with 168 additions and 18 deletions
@@ -27,7 +27,7 @@ export const persistYearbookSnapshot = async (
transaction.logEntry.findMany({
where: {
scope: LogScope.SYSTEM,
category: LogCategory.ACTION,
category: { in: [LogCategory.SUMMARY, LogCategory.ACTION] },
year: snapshot.year,
month: snapshot.month,
},