Skip to content

Commit

Permalink
fix: whitelist declaration(#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyser authored and whxaxes committed May 22, 2019
1 parent 06b53cc commit 75b1d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ declare module 'egg' {
fields?: number;
fileSize?: string|number;
files?: number;
whitelist?: () => string[]|string[];
whitelist?: (() => string[])|string[];
fileExtensions?: string[];
tmpdir?: string;
cleanSchedule?: ScheduleOptions;
Expand Down

0 comments on commit 75b1d48

Please sign in to comment.