mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix typo
This commit is contained in:
parent
6c43a72474
commit
3130d6b9fd
@ -77,7 +77,7 @@ export class OceanAssets extends Instantiable {
|
|||||||
this.logger.log('Files encrypted')
|
this.logger.log('Files encrypted')
|
||||||
observer.next(CreateProgressStep.FilesEncrypted)
|
observer.next(CreateProgressStep.FilesEncrypted)
|
||||||
|
|
||||||
// makr sure that access service is defined if services is empty
|
// make sure that access service is defined if services is empty
|
||||||
if (services.length === 0) {
|
if (services.length === 0) {
|
||||||
const accessService = await this.createAccessServiceAttributes(
|
const accessService = await this.createAccessServiceAttributes(
|
||||||
publisher,
|
publisher,
|
||||||
|
Loading…
Reference in New Issue
Block a user