minor cleanup

This commit is contained in:
Late Night Defender 2024-06-03 18:15:05 +07:00
parent 4e5c085d5d
commit 95a57110e4

View file

@ -369,7 +369,6 @@ export default {
console.log('Logged in. Proceed to add to favorites.');
fetch(`${import.meta.env.VITE_BACKEND_URL}/api/favorites/create`, {
// fetch("https://little-lines-backend.techtransthai.org/api/favorites/create", {
method: "POST",
headers: {