Fix eslint error for map and bump up version

This commit is contained in:
Vishwas Shashidhar 2018-04-11 19:04:21 +05:30
parent 600ff53472
commit cffa8962a6
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ function generateArchiveForDirectory(source, destination, fileExtensions) {
mapMimeType(filtered, source) mapMimeType(filtered, source)
.then((mappedData) => { .then((mappedData) => {
if (mappedData.length > 0) { if (mappedData.length > 0) {
mappedData.map((data) => { mappedData.forEach((data) => {
switch (data.mimeType) { switch (data.mimeType) {
case 'text/plain': case 'text/plain':
if (path.extname(data.file) === '.txt') { if (path.extname(data.file) === '.txt') {

View File

@ -1,7 +1,7 @@
{ {
"name": "Symphony", "name": "Symphony",
"productName": "Symphony", "productName": "Symphony",
"version": "2.4.0", "version": "2.4.1",
"buildNumber": "124", "buildNumber": "124",
"description": "Symphony desktop app (Foundation ODP)", "description": "Symphony desktop app (Foundation ODP)",
"author": "Symphony", "author": "Symphony",