only update with id = today
This commit is contained in:
@@ -33,7 +33,7 @@ export class GristService extends BaseService<GristClient> {
|
||||
}
|
||||
}
|
||||
|
||||
private getTodayAsId() {
|
||||
getTodayAsId() {
|
||||
const now = DateTime.now().setZone("Europe/Berlin");
|
||||
const start = DateTime.fromObject(
|
||||
{ year: now.year, month: 1, day: 1, hour: 0, minute: 0 },
|
||||
|
||||
Reference in New Issue
Block a user