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:
parent
dff23b57db
commit
f4a656300e
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue