Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
Signed-off-by: KolbyRKunz <[email protected]>
  • Loading branch information
KolbyRKunz committed Sep 26, 2022
1 parent 8fb6a41 commit e91aa01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/modules/connections/ConnectionsModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ export class ConnectionsModule {
}

/**
*
*
* @param connectionTypes An array of connection types to query for a match for
* @returns a promise of ab array of connection records
*/
public async findAllByConnectionType(connectionTypes: [ConnectionType | string]){
public async findAllByConnectionType(connectionTypes: [ConnectionType | string]) {
return this.connectionService.findAllByConnectionType(connectionTypes)
}

Expand Down

0 comments on commit e91aa01

Please sign in to comment.