chore(deps): update dependency @types/node to ^24.10.8 (#25376)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot]
2026-01-20 10:44:39 +00:00
committed by GitHub
parent 99bd7d5f27
commit 0f3956f654
6 changed files with 11 additions and 8 deletions
@@ -348,6 +348,7 @@ export function toAssetResponseDto(asset: MockTimelineAsset, owner?: UserRespons
checksum: asset.checksum,
width: exifInfo.exifImageWidth ?? 1,
height: exifInfo.exifImageHeight ?? 1,
isEdited: false,
};
}