Skip to content

Commit

Permalink
fix: Folder doesn't have executable attr
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Dec 9, 2022
1 parent 2c36b27 commit eb46bf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cozy-stack-client/src/FileCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import logger from './logger'
* @typedef {object} DirectoryAttributes
* @property {string} dirId - Id of the parent directory.
* @property {string} name - Name of the created directory.
* @property {boolean} executable - Indicates whether the file will be executable.
* @property {Date} [lastModifiedDate] - Last modified date
*/
/**
Expand Down

0 comments on commit eb46bf2

Please sign in to comment.