remove eq from db schema import

This commit is contained in:
projectmoon 2024-07-25 21:29:01 +02:00
parent b1b1db184d
commit 7d9012b99f
1 changed files with 29 additions and 29 deletions

View File

@ -1,6 +1,6 @@
import express from 'express';
import db from '../db';
import { settings, eq } from '../db/schema';
import { settings } from '../db/schema';
const router = express.Router();
router.post('/', async (req, res) => {