1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Update src/ocean/OceanCompute.ts

Co-Authored-By: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
Alex Coseru 2020-02-03 11:32:27 +02:00 committed by GitHub
parent 0b8c7c950c
commit 11a146b0ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ export class OceanCompute extends Instantiable {
/** /**
* Check the output object and add default properties if needed * Check the output object and add default properties if needed
* @param {Account} consumerAccount The account of the consumer ordering the service. * @param {Account} consumerAccount The account of the consumer ordering the service.
* @param {Object} output Output section used for publishing the result. * @param {Output} output Output section used for publishing the result.
* @return {Promise<Output>} Returns output object * @return {Promise<Output>} Returns output object
*/ */
private checkOutput(consumerAccount: Account, output?: Output): Output { private checkOutput(consumerAccount: Account, output?: Output): Output {