mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
Fix eslint error for map and bump up version
This commit is contained in:
parent
600ff53472
commit
cffa8962a6
@ -41,7 +41,7 @@ function generateArchiveForDirectory(source, destination, fileExtensions) {
|
||||
mapMimeType(filtered, source)
|
||||
.then((mappedData) => {
|
||||
if (mappedData.length > 0) {
|
||||
mappedData.map((data) => {
|
||||
mappedData.forEach((data) => {
|
||||
switch (data.mimeType) {
|
||||
case 'text/plain':
|
||||
if (path.extname(data.file) === '.txt') {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Symphony",
|
||||
"productName": "Symphony",
|
||||
"version": "2.4.0",
|
||||
"version": "2.4.1",
|
||||
"buildNumber": "124",
|
||||
"description": "Symphony desktop app (Foundation ODP)",
|
||||
"author": "Symphony",
|
||||
|
Loading…
Reference in New Issue
Block a user