Skip to content
Snippets Groups Projects

Resolve "[MIN-114] Browse comments on the map"

Merged Piotr Gawron requested to merge 68-min-114-browse-comments-on-the-map into development
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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(),
});
Loading