0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00

fix: rebase error

This commit is contained in:
Gao Sun 2022-04-20 14:19:38 +08:00
parent dff23b57db
commit f4a656300e
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -1,6 +1,5 @@
import { CreateLog, Logs } from '@logto/schemas';
import { buildInsertInto } from '@/database/insert-into';
import pool from '@/database/pool';
export const insertLog = buildInsertInto<CreateLog>(pool, Logs);
export const insertLog = buildInsertInto<CreateLog>(Logs);