We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c63bf43 + 1674215 commit 42e926aCopy full SHA for 42e926a
1 file changed
src/services/index.ts
@@ -786,7 +786,6 @@ export default class Provider extends CloudGraph.Client {
786
connections
787
)
788
}
789
-
790
Object.assign(result.connections, serviceConnections)
791
792
})
@@ -835,7 +834,7 @@ export default class Provider extends CloudGraph.Client {
835
834
836
} catch (error: any) {
837
this.logger.error(
838
- `There was an error formatting/connecting service ${serviceData.name}`
+ `There was an error formatting/connecting service ${serviceData.name} `
839
840
this.logger.debug(error)
841
0 commit comments