Commit 2b4a33975ce1469367de7bdc6445303b2006b00b

Authored by Adhidarma Hadiwinoto
1 parent a7094f760d
Exists in master

tambah keyword var

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -169,7 +169,7 @@ function saveTokenToMongoDb(result) {
169 169 return;
170 170 }
171 171  
172   - data = prepareResultData(result);
  172 + var data = prepareResultData(result);
173 173  
174 174 try {
175 175 mongodb.collection(config.mongodbstruk.collection).insertOne(data);