diff --git a/src/microsoftsharepointonline/source.ts b/src/microsoftsharepointonline/source.ts index 53c5af23..cf5029d9 100644 --- a/src/microsoftsharepointonline/source.ts +++ b/src/microsoftsharepointonline/source.ts @@ -65,7 +65,7 @@ export class MicrosoftSharepointOnlineSource implements ISource { private buildSourceConnectorProperties(): CfnFlow.SourceConnectorPropertiesProperty { - if ( this.props.object.drives.length < 1) { + if (this.props.object.drives.length < 1) { throw new Error('At least one drive must be specified'); }