Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored Aug 15, 2024
1 parent 105afd7 commit 5855566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function getJson(url: string) {
return data;
}

const kernelPlugin = {
const kernelPlugin: JupyterLiteServerPlugin<void> = {
id: `@jupyterlite/xeus-kernel:register`,
autoStart: true,
requires: [IKernelSpecs],
Expand Down

0 comments on commit 5855566

Please sign in to comment.