Skip to content

Commit a9e2238

Browse files
committed
ci: Format code
1 parent c00b073 commit a9e2238

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib/seam/connect/seam-paginator.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ export class SeamPaginator<
105105
] as const
106106
}
107107

108-
async flattenToArray(): Promise<EnsureReadonlyArray<TResponse[TResponseKey]>> {
108+
async flattenToArray(): Promise<
109+
EnsureReadonlyArray<TResponse[TResponseKey]>
110+
> {
109111
const items = [] as EnsureMutableArray<TResponse[TResponseKey]>
110112
let [current, pagination] = await this.firstPage()
111113
items.push(...current)

0 commit comments

Comments
 (0)