You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Chore: Implement eslint rule no-unused-expressions (#11533)
This commit is contained in:
@@ -465,7 +465,7 @@ function shimInit(options: ShimInitOptions = null) {
|
||||
} else {
|
||||
throw new Error('Unsupported method');
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
shim.imageFromDataUrl = async function(imageDataUrl, filePath, options = null) {
|
||||
if (options === null) options = {};
|
||||
|
||||
Reference in New Issue
Block a user