Skip to content

Commit d8a8721

Browse files
committed
Stop passing redundant argument, it's all HTML now
1 parent 2d0c38a commit d8a8721

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/conf/_api/sched-client.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ export async function getSchedule(
135135
...session,
136136
event_type,
137137
event_subtype,
138-
description: preprocessDescription(description, {
139-
allowSomeHtml: true,
140-
}),
138+
description: preprocessDescription(description),
141139
}
142140
})
143141

0 commit comments

Comments
 (0)