mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Referrer should be optional.
This commit is contained in:
parent
cb660d7dd7
commit
a068ec5910
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const schema = z.object({
|
|||
data: z.object({}).passthrough().optional(),
|
||||
hostname: z.string().max(100).optional(),
|
||||
language: z.string().max(35).optional(),
|
||||
referrer: urlOrPathParam,
|
||||
referrer: urlOrPathParam.optional(),
|
||||
screen: z.string().max(11).optional(),
|
||||
title: z.string().optional(),
|
||||
url: urlOrPathParam,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue