make build work after calcks merge
This commit is contained in:
parent
b266b21b91
commit
72e5b4f487
|
@ -78,6 +78,7 @@ async function accept(): Promise<void> {
|
|||
}
|
||||
}
|
||||
|
||||
function deny(): void {
|
||||
state = 'denied';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue