Skip to content

Commit 010ce13

Browse files
committed
clean up
1 parent 1aec8e8 commit 010ce13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/jupyter/common/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class Helpers {
6969
}
7070

7171
private static parseDataMime(data): ParsedIOMessage {
72-
if (data == null) {
72+
if (!data) {
7373
return null;
7474
}
7575
const mime = Helpers.getMimeType(data);

0 commit comments

Comments
 (0)