Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed Oct 18, 2021
1 parent 4d90045 commit d1d3de4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/web-app-files/src/helpers/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ export function buildSharedResource(share, incomingShares = false, allowSharePer
id: share.id,
fileId: share.item_source,
type: share.item_type,
mimeType: share.state === 0? share.mimetype: ''
mimeType: share.state === 0 ? share.mimetype : '',
isFolder,
sdate: share.stime * 1000,
indicators: []
}

if (incomingShares) {
Expand Down

0 comments on commit d1d3de4

Please sign in to comment.