Howaitoniksu 5 miesięcy temu
rodzic
commit
bc039d89c7
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Callback.js

+ 0 - 1
Callback.js

@@ -6,7 +6,6 @@ async function CallbackInput() {  const response = await fetch('http://localhost
     body: JSON.stringify({
         phone_number: document.getElementById('phone'),
     })
-    
 })
 const data = await response.json()
     if (!data.success) {