Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit c877db3

Browse files
authored
Merge branch 'main' into api-info
2 parents 2bd399a + 5fe47ff commit c877db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/Resource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export abstract class Resource {
66
*/
77
public abstract readonly id: string;
88

9-
protected constructor(protected readonly sdk: Prelude) {
9+
protected constructor(public readonly sdk: Prelude) {
1010
}
1111
}

0 commit comments

Comments
 (0)