Update lib/all.js
Browse files- lib/all.js +1 -3
lib/all.js
CHANGED
@@ -81,9 +81,7 @@ async function FontStyleCheckAPI(text) {
|
|
81 |
const options = {
|
82 |
method: "GET",
|
83 |
url: "https://randydev-meta-ai.hf.space/font-check",
|
84 |
-
params: {
|
85 |
-
{ text }
|
86 |
-
}
|
87 |
};
|
88 |
|
89 |
try {
|
|
|
81 |
const options = {
|
82 |
method: "GET",
|
83 |
url: "https://randydev-meta-ai.hf.space/font-check",
|
84 |
+
params: { text }
|
|
|
|
|
85 |
};
|
86 |
|
87 |
try {
|