Skip to content

Commit

Permalink
Warn not an option, trying info
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Dec 30, 2024
1 parent fa63016 commit 0d67091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/utils/fetchApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const fetchApi = async (
]);
};

logger.warn("test warning from fetch API");
logger.info("test info from fetch API");

try {
const response = (await fetchWithTimeout(apiUrl, {
Expand Down

0 comments on commit 0d67091

Please sign in to comment.