Skip to content

Commit

Permalink
lester- attempt to push to git
Browse files Browse the repository at this point in the history
  • Loading branch information
lestertai8 committed Jan 13, 2025
1 parent 0d68b02 commit 15e5710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Submission/Submission.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function Submission() {
const professor_value = professorRef.current;

// now we need to push to Firebase
const docRef = await addDoc(collection(db, "reviews"), {
const docRef = await addDoc(collection(db, "posts"), {
title: title_value,
course: course_value,
quarter: quarter_value,
Expand Down

0 comments on commit 15e5710

Please sign in to comment.