mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 04:45:19 +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: {
|
data: {
|
||||||
syncStatus: ConfigSyncStatus.SYNCED,
|
syncStatus: ConfigSyncStatus.SYNCED,
|
||||||
|
syncedAt: new Date()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue