Skip to content
Snippets Groups Projects
Commit bd07fd5a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

owner is not mandatory

parent cd49594f
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!201Resolve "[MIN-114] Browse comments on the map"
......@@ -16,5 +16,5 @@ export const commentSchema = z.object({
elementId: z.string(),
id: z.number(),
pinned: z.boolean(),
owner: z.string().optional(),
owner: z.string().nullable().optional(),
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment