Skip to content

Commit 02ea32a

Browse files
authored
perf: perf reqs ts type (#596)
1 parent 10289d8 commit 02ea32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AjaxUploader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ interface ParsedFileInfo {
2424
class AjaxUploader extends Component<UploadProps> {
2525
state = { uid: getUid() };
2626

27-
reqs: any = {};
27+
reqs: Record<string, any> = {};
2828

2929
private fileInput: HTMLInputElement;
3030

0 commit comments

Comments
 (0)