Skip to content

Commit

Permalink
removing file filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Feb 21, 2025
1 parent f9cb87d commit f15f2b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export const sharepointAdapter = {
return {
has_next_page: !!filesResponse['@odata.nextLink'],
items: filesResponse.value
.filter((item: any) => item.file)
// .filter((item: any) => item.file)
.map(mappers.File),
cursor: extractCursor(filesResponse['@odata.nextLink'] ?? ''),
}
Expand Down

1 comment on commit f15f2b2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stably Runner - Test Suite - 'Pre Merge CI Checks'

Test Suite Run Result: 🔴 Failure (1/1 tests failed) [dashboard]

Failed Tests:


This comment was generated from stably-runner-action

Please sign in to comment.