updated syncedAt date after config sync:

This commit is contained in:
msukkari 2025-01-23 09:08:30 -08:00
parent 9c120c6b0a
commit 8a3521b080

View file

@ -223,6 +223,7 @@ export const main = async (db: PrismaClient, context: AppContext) => {
},
data: {
syncStatus: ConfigSyncStatus.SYNCED,
syncedAt: new Date()
}
})
});