mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
chore: fix most warnings and ignore a few warnings, because the code quality is too bad
This commit is contained in:
@@ -50,10 +50,10 @@ export class Counter extends LitElement {
|
||||
</div>`;
|
||||
}
|
||||
|
||||
private _increment(e: Event) {
|
||||
private _increment() {
|
||||
this.count++;
|
||||
}
|
||||
private _subtract(e: Event) {
|
||||
private _subtract() {
|
||||
this.count--;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user