Skip to content

Commit

Permalink
fix: add missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
findhumane committed Mar 17, 2024
1 parent 76c12a1 commit f7acd9a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public class ThreadedDownloaderModule extends ReactContextBaseJavaModule {
private static final int DEFAULT_MAX_THREADS = 10;
private static final String NEWLINE = System.lineSeparator();

private ExecutorService executorService;

public ThreadedDownloaderModule(ReactApplicationContext reactContext) {
super(reactContext);
}
Expand Down

0 comments on commit f7acd9a

Please sign in to comment.