Fix more errors, Uint8Array<ArrayBuffer> disambiguation

This commit is contained in:
2025-10-09 16:43:59 +02:00
parent cbdd93e6ba
commit 6717e6b0de
5 changed files with 22 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ export function Repertoires() {
const { isLoading, error, data: repertoireIds } = useLoading(Effect.gen(function* () {
yield* debounce.current;
const data = yield* client.queryRepertoire({
const data = yield* client.queryRepertoires({
name: name !== "" ? Option.some(name) : Option.none(),
offset: 0,
limit: 100,