Fix weird type bug
This commit is contained in:
parent
5b3355a651
commit
2ac5b0527a
@ -56,7 +56,7 @@ function buildRequest(searchTerm: string, conlang: Conlang, direction: SearchDir
|
||||
["order", conlangSpec],
|
||||
["limit", limit],
|
||||
["offset", offset],
|
||||
]);
|
||||
] as string[][]);
|
||||
|
||||
const effectiveUri = `${backendUrl}/${conlangDb}?${params}`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user