randydev commited on
Commit
02a069a
·
verified ·
1 Parent(s): 87b6bc3

Update lib/all.js

Browse files
Files changed (1) hide show
  1. 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 {