Skip to content

Commit 9a84cab

Browse files
chore: typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0ef8678 commit 9a84cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/composables/use-roadiz-schema-org-event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export async function useRoadizSchemaOrgEvent(options: UseSchemaOrgEventOptions)
166166
if (!event) return {}
167167

168168
const [startDate, endDate] = getEventDateRange(event.arrayDates)
169-
const eventStatus = mapEventAvaibilityToStatusSchema(event.availability?.value)
169+
const eventStatus = mapEventAvailabilityToStatusSchema(event.availability?.value)
170170

171171
return {
172172
name: event.name,

0 commit comments

Comments
 (0)