Skip to content

Commit

Permalink
automatic chores: linting [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-automatic-chores committed Oct 17, 2023
1 parent e35aace commit 997d124
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SharePointFramework/PortfolioWebParts/src/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,9 @@ export class DataAdapter implements IPortfolioWebPartsDataAdapter {
const projectContentColumnsList = this.portalDataService.web.lists.getByTitle(
strings.ProjectContentColumnsListName
)
const columnItems = await projectContentColumnsList.items
.select(...Object.keys(new SPProjectContentColumnItem()))()
const columnItems = await projectContentColumnsList.items.select(
...Object.keys(new SPProjectContentColumnItem())
)()
const filteredColumnItems = columnItems.filter(
(col) =>
col.GtDataSourceCategory === dataSourceCategory ||
Expand Down

0 comments on commit 997d124

Please sign in to comment.