Fix weird type bug
This commit is contained in:
@@ -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}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user