Chart resyncing (#5372)
* wip * Add test * Fix test * Insert moderation log * Add todo
This commit is contained in:
parent
84730a071a
commit
96b2267cb8
4 changed files with 97 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ import { name, schema } from '../schemas/test';
|
|||
type TestLog = SchemaType<typeof schema>;
|
||||
|
||||
export default class TestChart extends Chart<TestLog> {
|
||||
private total = 0;
|
||||
public total = 0; // publicにするのはテストのため
|
||||
|
||||
constructor() {
|
||||
super(name, schema);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue