From 11a146b0acb9bdd48fc40158690b4022e8b1a468 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Mon, 3 Feb 2020 11:32:27 +0200 Subject: [PATCH] Update src/ocean/OceanCompute.ts Co-Authored-By: Matthias Kretschmann --- src/ocean/OceanCompute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocean/OceanCompute.ts b/src/ocean/OceanCompute.ts index b398a22..4727e79 100644 --- a/src/ocean/OceanCompute.ts +++ b/src/ocean/OceanCompute.ts @@ -102,7 +102,7 @@ export class OceanCompute extends Instantiable { /** * Check the output object and add default properties if needed * @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} Returns output object */ private checkOutput(consumerAccount: Account, output?: Output): Output {