mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
chore: generate
This commit is contained in:
parent
0517ab4695
commit
2cd89d64e9
2 changed files with 26 additions and 28 deletions
|
|
@ -62,7 +62,9 @@ export function toPartialRow(info: DeepPartial<Session.Info>) {
|
|||
|
||||
export default [
|
||||
SyncEvent.project(Session.Event.Created, (db, data) => {
|
||||
db.insert(SessionTable).values(Session.toRow(data.info as Session.Info)).run()
|
||||
db.insert(SessionTable)
|
||||
.values(Session.toRow(data.info as Session.Info))
|
||||
.run()
|
||||
}),
|
||||
|
||||
SyncEvent.project(Session.Event.Updated, (db, data) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue