Skip to content

Commit

Permalink
fixed the export error in logger
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpandey06 committed Dec 17, 2024
1 parent bd50058 commit 3282317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { APPLICATION_ENV } from './credentials'
* Sentry integration should be implemented here to ensure centralized and scalable error handling.
*/

const logger = {
export const logger = {
log: (...args: unknown[]) => {
if (APPLICATION_ENV === 'development') {
// Development logging: Output general information to the console.
Expand Down

0 comments on commit 3282317

Please sign in to comment.