(ws: WebSocket)
| 980 | restoredTitle, restoredContent, noteId |
| 981 | ); |
| 982 | |
| 983 | await this.createVersion(noteId, restoredTitle, restoredContent, "restore", "restore", "Restored version"); |
| 984 | this.resetNoteSync(noteId); |
| 985 | |
| 986 | const note = this.getNote(noteId); |
| 987 | return Response.json(note); |
nothing calls this directly
no outgoing calls
no test coverage detected