Skip to content

Commit 79537e2

Browse files
Update packages/services/api/src/modules/proposals/providers/schema-proposal-manager.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 449a5b2 commit 79537e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/services/api/src/modules/proposals/providers/schema-proposal-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class SchemaProposalManager {
6666

6767
// fetch the groups
6868
const approvedProposedChangesByCacheId = await Promise.all(
69-
groupedSelectors.entries().map(async ([targetId, changes]) => {
69+
Array.from(groupedSelectors.entries()).map(async ([targetId, changes]) => {
7070
const result = await this.proposalStorage.getEquivalentUnimplementedApprovedChanges({
7171
changes: changes as unknown as Change<any>[],
7272
targetId,

0 commit comments

Comments
 (0)