Skip to content

Commit

Permalink
typescript mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Apr 19, 2019
1 parent cbc9ba4 commit 1001204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smc-webapp/jupyter/project-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export interface JupyterKernelInterface extends EventEmitterInterface {
nbconvert(args: string[], timeout?: number): Promise<void>;
load_attachment(path: string): Promise<string>;
process_attachment(base64, mime): string;
public send_comm_message_to_kernel(
send_comm_message_to_kernel(
msg_id: string,
comm_id: string,
data: any
Expand Down

0 comments on commit 1001204

Please sign in to comment.