This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new fec524f140 ci(bindings/nodejs): Fix diff introduced by napi (#5121)
fec524f140 is described below

commit fec524f140ca55e58260cc0152087a4eca4826c9
Author: Xuanwo <[email protected]>
AuthorDate: Wed Sep 18 00:33:47 2024 +0800

    ci(bindings/nodejs): Fix diff introduced by napi (#5121)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 bindings/nodejs/generated.d.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/nodejs/generated.d.ts b/bindings/nodejs/generated.d.ts
index 4c007a532f..f16b29c273 100644
--- a/bindings/nodejs/generated.d.ts
+++ b/bindings/nodejs/generated.d.ts
@@ -560,7 +560,7 @@ export class Operator {
    */
   presignStat(path: string, expires: number): Promise<PresignedRequest>
   /** Add a layer to this operator. */
-  layer(layer: ExternalObject<Layer>): this
+  layer(layer: ExternalObject<Layer>): Operator
 }
 /** Entry returned by Lister or BlockingLister to represent a path, and it's a 
relative metadata. */
 export class Entry {

Reply via email to