From 88587515ae3135d2da1972b5d3d3a482246ebe12 Mon Sep 17 00:00:00 2001 From: carvalhonm Date: Mon, 14 Jan 2019 15:59:16 +0000 Subject: [PATCH] Update index.js Fix jobId const --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 81fa0e2..f123c0c 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ import RNFS from 'react-native-fs'; const RNAppUpdate = NativeModules.RNAppUpdate; -const jobId = -1; +let jobId = -1; class AppUpdate { constructor(options) {