Skip to content

Commit

Permalink
yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jul 25, 2024
1 parent e29133a commit a337f95
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 302 deletions.
2 changes: 1 addition & 1 deletion src/app/api/svg/fetch/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const update = async (version: string | null) => {
const svgs = await fetcher.fetchSVGs({ file, type, version });
if (!svgs) {
return {
error: 'Something went wrong. SVGs. not found',
error: 'Something went wrong. SVGs not found',
type,
version
};
Expand Down
Loading

0 comments on commit a337f95

Please sign in to comment.