mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Removed leftover logging
This commit is contained in:
@ -11,9 +11,6 @@ export const useUpdateEvent = () => {
|
|||||||
mutationKey: ["updateEvent"],
|
mutationKey: ["updateEvent"],
|
||||||
mutationFn: async (eventData: Partial<EventData>) => {
|
mutationFn: async (eventData: Partial<EventData>) => {
|
||||||
try {
|
try {
|
||||||
console.log("Update");
|
|
||||||
console.log(eventData.id);
|
|
||||||
console.log(eventData);
|
|
||||||
await firestore()
|
await firestore()
|
||||||
.collection("Events")
|
.collection("Events")
|
||||||
.doc(eventData.id)
|
.doc(eventData.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user