Skip to content

Commit e14a43e

Browse files
Merge pull request #133 from Accedia/develop
Develop
2 parents c944986 + 386c139 commit e14a43e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

electron-app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fit-mitchell-rpa",
33
"appname": "REV Import Technology",
44
"productName": "REV Import Technology",
5-
"version": "1.5.79",
5+
"version": "1.5.80",
66
"homepage": "./",
77
"main": "./dist/main.js",
88
"description": "Automation for CCC by FIT",

electron-app/src/utils/importer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export class Importer {
113113
const { forgettables, automationId, automationIdToFinishRPA } = data;
114114

115115
this.startSession(automationId);
116+
116117
this.start();
117118
const inputSpeed = getInputSpeed();
118119
const inputSpeedSeconds = getInputSpeedInSeconds(inputSpeed);

0 commit comments

Comments
 (0)