Skip to content

Commit 08cef53

Browse files
committed
Change let to const
1 parent d911baa commit 08cef53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ckeditor5-woltlab-media/src/woltlabmedia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class WoltlabMedia extends Plugin {
7373
}
7474

7575
const viewWriter = conversionApi.writer;
76-
let img = imageUtils.findViewImgElement(
76+
const img = imageUtils.findViewImgElement(
7777
conversionApi.mapper.toViewElement(data.item),
7878
);
7979

0 commit comments

Comments
 (0)