mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: remove comment
This commit is contained in:
parent
87f858ad0c
commit
0d602596ef
1 changed files with 0 additions and 2 deletions
|
|
@ -336,8 +336,6 @@ describe(SyncEntityType.AssetOcrV1, () => {
|
|||
const ocrId = (response[0] as { data: { id: string } }).data.id;
|
||||
await ctx.syncAckAll(auth, response);
|
||||
|
||||
// Mirrors MediaService on edit/crop: an in-place UPDATE ... SET isVisible without deleting the row.
|
||||
// This only reaches sync clients if the asset_ocr_updatedAt trigger bumps updateId.
|
||||
await ocrRepo.updateOcrVisibilities(
|
||||
asset.id,
|
||||
[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue