Skip to content

Commit

Permalink
perf: perf reqs ts type
Browse files Browse the repository at this point in the history
  • Loading branch information
TaueFenCheng committed Jan 23, 2025
1 parent 10289d8 commit befe1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AjaxUploader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface ParsedFileInfo {
class AjaxUploader extends Component<UploadProps> {
state = { uid: getUid() };

reqs: any = {};
reqs: Record<string, any> = {};

private fileInput: HTMLInputElement;

Expand Down

0 comments on commit befe1a4

Please sign in to comment.