Skip to content

Commit

Permalink
id-hide
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinVn committed Nov 7, 2024
1 parent 51fa682 commit 887c186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/database/music/saveMP3.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export async function saveMP3(mp3) {
const userId = user.uid;
const mp3Ref = doc(firestore, `users/${userId}/mp3s`, mp3.youtubeID);
await setDoc(mp3Ref, mp3);
console.log("MP3 saved successfully for user:", userId);
} catch (error) {
console.error("Failed to save MP3:", error.message);
}
Expand Down

0 comments on commit 887c186

Please sign in to comment.