diff --git a/clients/ts/src/index.ts b/clients/ts/src/index.ts index f2e3abf0..a9971264 100644 --- a/clients/ts/src/index.ts +++ b/clients/ts/src/index.ts @@ -82,7 +82,7 @@ export class LyonkitReadonlyApiClient { // PAGES - public async listPages(): Promise { + public async listPages(): Promise { return this.fetch('/page') }