Fix weird type bug

This commit is contained in:
Greg Shuflin 2021-09-13 01:36:16 -07:00
parent 5b3355a651
commit 2ac5b0527a

View File

@ -56,7 +56,7 @@ function buildRequest(searchTerm: string, conlang: Conlang, direction: SearchDir
["order", conlangSpec], ["order", conlangSpec],
["limit", limit], ["limit", limit],
["offset", offset], ["offset", offset],
]); ] as string[][]);
const effectiveUri = `${backendUrl}/${conlangDb}?${params}`; const effectiveUri = `${backendUrl}/${conlangDb}?${params}`;