@@ -6,7 +6,6 @@
const fetchExist = async (prop) => {
try {
- debugger
// try
const {code, data} = await EXIST(prop);
if (code === 200) return data;