Skip to content

Commit

Permalink
Fix unused options in readdir system VFS adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
mahsashadi authored and mahsa shadi committed Sep 3, 2021
1 parent 385b38f commit 0701f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/vfs/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const methods = (core, request) => {
return {
readdir: ({path}, options) => request('readdir', {
path,
options: {}
options,
}, 'json').then(({body}) => body),

readfile: ({path}, type, options) =>
Expand Down

0 comments on commit 0701f30

Please sign in to comment.