repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
docs-proto
/
lib
/
Factory
/
CreateSquashCommit.ts
blob
8e7dfedbfb8bea0e54ed93f46671dbe4d8c2bcea
1
import { SquashCommit, type Commit } from '../Generated'
2
3
export function CreateSquashCommit(dto: { lockId: string; commitId: string; commit: Commit }): SquashCommit {
4
const commit = new SquashCommit(dto)
5
6
return commit
7
}