Skip to content

Commit

Permalink
fix: resolved PR comment
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Hyunik Choi <hikchoi@gmail.com>
  • Loading branch information
Harshita-mindfire and hikchoi committed Apr 1, 2022
1 parent 01b957a commit 4f4887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dendron-next-server/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function AppVSCode({ Component, pageProps }: any) {
}, []);

// query only has ws and port properties. To intitalize engine with useEngine, we require url as well.
query.url = `http://localhost:${query.port}`;
query.url = workspaceOpts?.url;
useEngine({ engineState: engine, opts: query });

// --- effects
Expand Down

0 comments on commit 4f4887b

Please sign in to comment.