mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
removed redundant scenarioId in GET signature
This commit is contained in:
parent
bf02eb18d9
commit
c5588e67e2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ type MeasureAggregateRow = {
|
|||
|
||||
export async function GET(
|
||||
request: NextRequest,
|
||||
props: { params: Promise<{ portfolioId: string; scenarioId: string }> },
|
||||
props: { params: Promise<{ portfolioId: string }> },
|
||||
) {
|
||||
const { portfolioId } = await props.params;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue