Skip to content

Commit

Permalink
fix: getSitesByOrganizationID performance
Browse files Browse the repository at this point in the history
Please ensure your pull request adheres to the following guidelines:
- [ ] make sure to link the related issues in this description
- [ ] when merging / squashing, make sure the fixed issue references are
visible in the commits, for easy compilation of release notes

## Related Issues


Thanks for contributing!
  • Loading branch information
alinarublea committed Jun 21, 2024
1 parent 11ea319 commit 485818f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ export const getSitesByOrganizationID = async (
ExpressionAttributeValues: {
':organizationId': organizationId,
},
Limit: 1,
});

return dynamoItems.map((dynamoItem) => SiteDto.fromDynamoItem(dynamoItem));
Expand Down

0 comments on commit 485818f

Please sign in to comment.