Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebanti2003 committed Sep 7, 2024
1 parent a5edf5c commit cf0a299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Webteam/Webteam.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Webteam() {

useEffect(() => {
async function getTeam() {
const docRef = doc(db, 'web-team', 'n5bvQ2c1IbXKsP8Ia2U7');
const docRef = doc(db, 'web-team', 'uaeOsAP2hWfJ1DOGRqZT');
const docSnap = await getDoc(docRef);

if (docSnap.exists()) {
Expand Down

0 comments on commit cf0a299

Please sign in to comment.