make build work after calcks merge

This commit is contained in:
cutestnekoaqua 2023-02-10 20:50:42 +01:00
parent b266b21b91
commit 72e5b4f487
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ async function accept(): Promise<void> {
}
}
function deny(): void {
state = 'denied';
}