()
| 345 | |
| 346 | // save all attributes to the database |
| 347 | async saveToDatabase() { |
| 348 | // @ts-ignore |
| 349 | await this.db.set(`pad:${this.id}`, this); |
| 350 | } |
| 351 | |
| 352 | // get time of last edit (changeset application) |
| 353 | async getLastEdit() { |
no test coverage detected