Skip to content

Commit cb95c00

Browse files
lint fixes
1 parent 7065667 commit cb95c00

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

packages/cactus-plugin-satp-hermes/src/main/typescript/core/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export enum SupportedSigningAlgorithms {
156156
*
157157
* @description
158158
* Defines the structure for gateway identification credentials
159-
* including the signing algorithm used for key generation and
159+
* including the signing algorithm used for key generation and
160160
* the respective public key.
161161
*/
162162
export type IdentificationCredential = {

packages/cactus-plugin-satp-hermes/src/main/typescript/database/gateway-persistence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,4 @@ export class GatewayPersistence {
253253
}
254254
});
255255
}
256-
}
256+
}

packages/cactus-plugin-satp-hermes/src/main/typescript/public-api.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ export {
178178
* @see {@link INetworkOptions} for general network configuration interface
179179
* @see {@link SATPGateway} for gateway implementation supporting multiple DLTs
180180
*/
181-
export {
182-
IBesuNetworkConfig,
183-
} from "./cross-chain-mechanisms/bridge/bridge-types";
181+
export { IBesuNetworkConfig } from "./cross-chain-mechanisms/bridge/bridge-types";
184182

185183
/**
186184
* Gateway Identity Management - Gateway identification and network discovery.

0 commit comments

Comments
 (0)