Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jul 25, 2024
2 parents 0cacdc6 + a337f95 commit 9ab69b7
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 9ab69b7

Please sign in to comment.