Skip to content
Snippets Groups Projects
Commit eb826c3a authored by Taha Cherfia's avatar Taha Cherfia
Browse files

chore: remove unused api_key param

parent 7df067a5
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,6 @@ export const detectLanguage = async (
method: "POST",
body: JSON.stringify({
q: query.text,
api_key: "",
}),
headers: { "Content-Type": "application/json" },
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment