mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 19:47:03 -04:00
Format with Prettier 2
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
25e74f4ae7
commit
f81e67a3a1
15 changed files with 36 additions and 94 deletions
|
@ -33,7 +33,7 @@ export class RevisionsService {
|
|||
note: note.id,
|
||||
},
|
||||
});
|
||||
return revisions.map(revision => this.toMetadataDto(revision));
|
||||
return revisions.map((revision) => this.toMetadataDto(revision));
|
||||
}
|
||||
|
||||
async getNoteRevision(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue