Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
refactor(entity-field): remove cache of revision
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Jun 26, 2024
1 parent 9ebbb0f commit 379014e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export async function up(db: Database) {
revisionId,
],
)
apiCache.markUuid(revisionId)
}

if (rows.length === 0) break
count += rows.length
}
Expand Down

0 comments on commit 379014e

Please sign in to comment.