Skip to content

Commit da8f723

Browse files
committed
add error change based on code review
1 parent ccc7a4d commit da8f723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/backend/src/apps/m365-excel/actions/get-table-row/implementation/get-top-n-table-rows.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export default async function getTopNTableRows(
5757

5858
if (rangeParseResult.success === false) {
5959
throw new StepError(
60-
'Received invalid table range data',
61-
'Double check your Excel file and retry the step if needed',
60+
'Invalid table range',
61+
'Check your Excel file and try again',
6262
$.step.position,
6363
$.app.name,
6464
)

0 commit comments

Comments
 (0)