mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #17525 from overleaf/ae-upgrade-prettier
Upgrade Prettier to v3 GitOrigin-RevId: 6f1338f196408f3edb4892d5220ad3665ff1a5bc
This commit is contained in:
@@ -25,9 +25,8 @@ async function main() {
|
||||
let clearedTimestamps = 0
|
||||
let processed = 0
|
||||
for (const projectId of projectIdsWithFirstOpTimestamps) {
|
||||
const result = await RedisManager.promises.clearDanglingFirstOpTimestamp(
|
||||
projectId
|
||||
)
|
||||
const result =
|
||||
await RedisManager.promises.clearDanglingFirstOpTimestamp(projectId)
|
||||
processed++
|
||||
clearedTimestamps += result
|
||||
if (processed % 1000 === 0) {
|
||||
|
||||
Reference in New Issue
Block a user