Skip to content

Commit 1674215

Browse files
author
Marco Franceschi
committed
fix: Released memory usage fix
1 parent c63bf43 commit 1674215

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/services/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ export default class Provider extends CloudGraph.Client {
786786
connections
787787
)
788788
}
789-
790789
Object.assign(result.connections, serviceConnections)
791790
}
792791
})
@@ -835,7 +834,7 @@ export default class Provider extends CloudGraph.Client {
835834
}
836835
} catch (error: any) {
837836
this.logger.error(
838-
`There was an error formatting/connecting service ${serviceData.name}`
837+
`There was an error formatting/connecting service ${serviceData.name} `
839838
)
840839
this.logger.debug(error)
841840
}

0 commit comments

Comments
 (0)