remove eq from db schema import
This commit is contained in:
parent
b1b1db184d
commit
7d9012b99f
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue