mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
updated syncedAt date after config sync:
This commit is contained in:
parent
9c120c6b0a
commit
8a3521b080
1 changed files with 1 additions and 0 deletions
|
|
@ -223,6 +223,7 @@ export const main = async (db: PrismaClient, context: AppContext) => {
|
|||
},
|
||||
data: {
|
||||
syncStatus: ConfigSyncStatus.SYNCED,
|
||||
syncedAt: new Date()
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue