We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ade131 commit 1cf3c07Copy full SHA for 1cf3c07
web/client/src/routes/rules.html/+page.js
@@ -30,8 +30,6 @@ export const load = async ({ fetch }) => {
30
31
if (response.ok) {
32
summaryMetadata = await response.json();
33
- msgHeading = summaryMetadata.heading;
34
- msgBody = summaryMetadata.body;
35
} else {
36
summaryMetadata = [];
37
throw new Error(`HTTP Error: ${response.status}`);
0 commit comments