Skip to content

Commit 157ef90

Browse files
fix: remove total issues and next page information from scan results message
1 parent 6178033 commit 157ef90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/accessibility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function runAccessibilityScan(
5959
},
6060
{
6161
type: "text",
62-
text: `Scan results: ${JSON.stringify(records, null, 2)} \n\n Total issues: ${records.length} \n\n Next page: ${next_page}`,
62+
text: `Scan results: ${JSON.stringify(records, null, 2)}`,
6363
},
6464
],
6565
};

0 commit comments

Comments
 (0)