Skip to content

Commit

Permalink
chore: fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 29, 2021
1 parent 1cf431a commit 66c1eae
Show file tree
Hide file tree
Showing 2 changed files with 1,855 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/api/svgr.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const { transform } = require('@svgr/core')
const { default: jsx } = require('@svgr/plugin-jsx')
const { default: svgo } = require('@svgr/plugin-svgo')
const { default: prettier } = require('@svgr/plugin-prettier')
const jsx = require('@svgr/plugin-jsx')
const svgo = require('@svgr/plugin-svgo')
const prettier = require('@svgr/plugin-prettier')

module.exports = (req, res) => {
if (!req.body) {
Expand Down

1 comment on commit 66c1eae

@vercel
Copy link

@vercel vercel bot commented on 66c1eae Nov 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.