mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Fix no-extraneous-class lint
This commit is contained in:
parent
d6c52bd5d9
commit
cde12c92cd
1 changed files with 3 additions and 0 deletions
|
|
@ -36,7 +36,10 @@ export class TFile {
|
|||
}
|
||||
|
||||
export class Notice {
|
||||
readonly message: string;
|
||||
|
||||
constructor(message: string) {
|
||||
this.message = message;
|
||||
notices.push(message);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue