Skip to content

Commit 1cf3c07

Browse files
committed
fix: cypress test
1 parent 7ade131 commit 1cf3c07

File tree

1 file changed

+0
-2
lines changed
  • web/client/src/routes/rules.html

1 file changed

+0
-2
lines changed

web/client/src/routes/rules.html/+page.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ export const load = async ({ fetch }) => {
3030

3131
if (response.ok) {
3232
summaryMetadata = await response.json();
33-
msgHeading = summaryMetadata.heading;
34-
msgBody = summaryMetadata.body;
3533
} else {
3634
summaryMetadata = [];
3735
throw new Error(`HTTP Error: ${response.status}`);

0 commit comments

Comments
 (0)