chore: lint fix

This commit is contained in:
ppe
2022-09-28 16:19:54 +02:00
parent 70b9d3b8cf
commit 563257fe16

View File

@@ -31,11 +31,7 @@ export class WarpGatewayContractDefinitionLoader implements DefinitionLoader {
private arweaveWrapper: ArweaveWrapper;
private readonly db: MemoryLevel<string, any>;
constructor(
private readonly baseUrl: string,
arweave: Arweave,
cacheOptions: CacheOptions
) {
constructor(private readonly baseUrl: string, arweave: Arweave, cacheOptions: CacheOptions) {
this.baseUrl = stripTrailingSlash(baseUrl);
this.contractDefinitionLoader = new ContractDefinitionLoader(arweave);
this.arweaveWrapper = new ArweaveWrapper(arweave);