🚨 Fix build warnings

This commit is contained in:
Manuel
2023-02-18 15:02:39 +01:00
parent f1b3949f15
commit 2c1b329dfd
5 changed files with 16 additions and 20 deletions

View File

@@ -1,8 +1,11 @@
import axios from 'axios';
import Consola from 'consola';
import { NextApiRequest, NextApiResponse } from 'next';
import { getConfig } from '../../../tools/config/getConfig';
import { AppIntegrationType } from '../../../types/app';
import { getConfig } from '../../../tools/config/getConfig';
export default async (req: NextApiRequest, res: NextApiResponse) => {
// Filter out if the reuqest is a POST or a GET