Skip to content

Commit

Permalink
ci(bindings/nodejs): Fix diff introduced by napi (#5121)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Sep 17, 2024
1 parent fe909be commit fec524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fec524f

Please sign in to comment.