Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Nov 10, 2022
1 parent 1d96641 commit 1d8739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/js-api/src/daemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class Deamon {
*/
public static async connectToDaemon(pathToBinary?: string): Promise<Deamon> {
const { createWorkspace, createWorkspaceWithBinary } = await import(
"@rometools/backend-jsonrpc",
"@rometools/backend-jsonrpc"
);

if (pathToBinary) {
Expand Down

0 comments on commit 1d8739a

Please sign in to comment.