This commit is contained in:
Aykut Saraç 2022-02-16 21:25:07 +03:00
parent 2c69ef4b7a
commit 685f022fce

View File

@ -51,7 +51,7 @@ export const parser = (input: string | string[]) => {
return [...flatten(res), ...relationships(res)];
} catch (error) {
toast.error("An error occured while parsin JSON data!");
toast.error("An error occured while parsing JSON data!");
return [];
}
};