fix folders

This commit is contained in:
Brian Cao 2022-08-25 22:20:30 -07:00
parent f69bd36223
commit c811577460
30 changed files with 42 additions and 36 deletions

View file

@ -1,4 +1,4 @@
import { prisma, runQuery } from 'lib/db/relational';
import { prisma, runQuery } from 'lib/relational';
export async function updateWebsite(website_id, data) {
return runQuery(