Skip to content

Commit

Permalink
Merge pull request #35 from Accedia/fix-build
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
gerganaivvanova authored Nov 3, 2023
2 parents aa7e7ce + 7c7ff26 commit a3f82af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-app/src/utils/importer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class Importer {
this.progressUpdater.setElectronWindow(electronWindow);
};

public startPopulation = async (data: ResponseData, electronWindow: BrowserWindow) => {
public startPopulation = async (data: ResponseData, electronWindow: BrowserWindow, url?: string) => {
const { forgettables, automationId, automationIdToFinishRPA } = data;

this.startSession(automationId);
Expand Down

0 comments on commit a3f82af

Please sign in to comment.