fixed typo in pauseTask

This commit is contained in:
Elad Gil
2018-06-19 15:24:02 +03:00
parent d2d6957e33
commit 3289391956
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export default class DownloadTask {
pause() {
this.state = 'PAUSED';
RNBackgroundDownload.puaseTask(this.id);
RNBackgroundDownload.pauseTask(this.id);
}
resume() {