Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Mar 17, 2022
1 parent ff7a5dd commit 77ff4f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class FolderLoaderSharedWithOthers implements FolderLoader {
return useTask(function* (signal1, signal2) {
store.commit('Files/CLEAR_CURRENT_FILES_LIST')

let shareTypes = ShareTypes.authenticated
const shareTypes = ShareTypes.authenticated
.filter((type) => type.value !== ShareTypes.space.value)
.map((share) => share.value)
.join(',')
Expand Down

0 comments on commit 77ff4f5

Please sign in to comment.