mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
fix build
This commit is contained in:
parent
46be0440b0
commit
fcf0b836ee
1 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,10 @@ export type PosthogEventMap = {
|
|||
connectionId: number,
|
||||
repoCount: number,
|
||||
},
|
||||
revisions_truncated: {},
|
||||
backend_revisions_truncated: {
|
||||
repoId: number,
|
||||
revisionCount: number,
|
||||
},
|
||||
//////////////////////////////////////////////////////////////////
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue