Skip to content

Commit

Permalink
no default export
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Jul 26, 2023
1 parent dbe5086 commit defcfa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/lib/services/runs/RunService.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ class RunService {
}
}

module.exports = new RunService();
module.exports = {
runService: new RunService(),
};

0 comments on commit defcfa9

Please sign in to comment.