mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
fix: Update methods to match TypeScript type (#6331)
This commit is contained in:
@@ -97,6 +97,14 @@ class Query {
|
||||
serialize() {
|
||||
return this.state;
|
||||
}
|
||||
|
||||
reset() {
|
||||
return q(this.state.table);
|
||||
}
|
||||
|
||||
serializeAsString() {
|
||||
return JSON.stringify(this.serialize());
|
||||
}
|
||||
}
|
||||
|
||||
export function q(table) {
|
||||
|
||||
Reference in New Issue
Block a user