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 Nov 23, 2023
1 parent 71eba73 commit 128c119
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ const fetchData: DataFetchFunction<
fetchProjectStatusReportData(context),
isFrontpage
? SPDataAdapter.portal.getParentProjects(
context.props.webAbsoluteUrl,
ProjectInformationParentProject
)
context.props.webAbsoluteUrl,
ProjectInformationParentProject
)
: Promise.resolve([])
])
const templateName = projectInformationData.fieldValues.get('GtProjectTemplate', { format: 'text' })
const templateName = projectInformationData.fieldValues.get('GtProjectTemplate', {
format: 'text'
})
const template = await SPDataAdapter.portal.getProjectTemplate(templateName)
const data: Partial<IProjectInformationState> = {
data: {
Expand Down

0 comments on commit 128c119

Please sign in to comment.