Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jul 21, 2023
2 parents 176c294 + 278fd9c commit 8d3f4ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const ddbAttributes: Parameters<typeof createLegacyEntity>[2] = {
},
meta: {
type: "map"
},
location: {
type: "map"
}
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const ddbAttributes: Parameters<typeof createLegacyEntity>[2] = {
},
meta: {
type: "map"
},
location: {
type: "map"
}
};

Expand Down

0 comments on commit 8d3f4ba

Please sign in to comment.