(toI)
| 123 | } |
| 124 | }, |
| 125 | encode(toI) { |
| 126 | return { |
| 127 | id: toI.id, |
| 128 | event: toI.event, |
| 129 | primary_key: toI.primaryKey, |
| 130 | payload: toI.payload, |
| 131 | timestamp: new Date(EventJournal.entryIdMillis(toI.id as EventJournal.EntryId)) |
| 132 | } |
| 133 | } |
| 134 | } |
| 135 | ) |
| 136 | const EntrySqlArray = Schema.Array(EntrySql) |
no outgoing calls
no test coverage detected
searching dependent graphs…