Skip to content

Commit

Permalink
New branch develop
Browse files Browse the repository at this point in the history
  • Loading branch information
in63119 committed Apr 7, 2024
1 parent e146e85 commit 82a654e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Front-end/src/db/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export async function withFirestore<T>(operation: (db: Firestore) => Promise<T>)
return operation(db);
} catch (error) {
console.error(error);
// 여기서 더 상세한 에러 처리를 할 수 있습니다.
return undefined;
}
}
Expand Down

0 comments on commit 82a654e

Please sign in to comment.