Skip to content

Commit e6b3a3f

Browse files
Update web_src/js/features/comp/Cropper.ts
Co-authored-by: silverwind <[email protected]>
1 parent 0b3b900 commit e6b3a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/comp/Cropper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function initCompCropper() {
1313
const result = document.querySelector('#cropper-result');
1414
const input = document.querySelector('#new-avatar');
1515

16-
const done = function (url) {
16+
const done = function (url: string): void {
1717
source.src = url;
1818
result.src = url;
1919

0 commit comments

Comments
 (0)