You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Chore: Apply eslint no-unused-vars eslint config and add TypeScript config
This commit is contained in:
@@ -77,7 +77,7 @@ class FileApiDriverLocal {
|
||||
}
|
||||
}
|
||||
|
||||
async list(path, options) {
|
||||
async list(path) {
|
||||
try {
|
||||
const stats = await this.fsDriver().readDirStats(path);
|
||||
const output = this.metadataFromStats_(stats);
|
||||
|
||||
Reference in New Issue
Block a user