Skip to content

Commit

Permalink
Use correct logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristofferKarlsson committed Sep 27, 2024
1 parent a5cdfd9 commit 7665b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use server";

import { getDefaultHeaders } from "@/app/_common/utils/fetch";
import { logger } from "@sentry/utils";
import logger from "@/app/_common/utils/logger";
import { FETCH_SEARCH_WITHIN_DISTANCE_ERROR, FetchResult } from "./fetchTypes";

export interface Locations {
Expand Down

0 comments on commit 7665b98

Please sign in to comment.