Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into join-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebubeker committed Nov 3, 2023
2 parents 946f6b4 + e392d0a commit b655a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/lib/validations/layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const layerSchema = layerMetadataSchema.extend({
created_at: z.string(),
query: z.object({}),
extent: z.string(),
query: z.object({}),
folder_id: z.string(),
id: z.string().uuid(),
user_id: z.string().uuid(),
Expand Down

0 comments on commit b655a03

Please sign in to comment.