hedgedoc/src/notes
David Mehren b93f01fe57
Correctly type nullable columns
TypeORM columns with `nullable: true` can be `null` at runtime.
This commit ensures that the types of the corresponding properties reflect that.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-05-09 20:59:31 +02:00
..
author-color.entity.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
note-authorship.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
note-metadata.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
note-permissions.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
note.dto.ts Docs: Add ApiProperty to all Dtos 2021-03-19 12:08:34 +01:00
note.entity.ts Correctly type nullable columns 2021-05-09 20:59:31 +02:00
note.media-deletion.dto.ts Notes: Add NoteMediaDeletionDto 2021-04-22 23:12:46 +02:00
notes.module.ts Config: Add forbiddenNoteIds to AppConfig 2021-02-27 23:04:49 +01:00
notes.service.spec.ts Correctly type nullable columns 2021-05-09 20:59:31 +02:00
notes.service.ts Merge pull request #1130 from hedgedoc/history/transaction 2021-05-02 18:15:05 +02:00
tag.entity.ts Format with Prettier 2 2021-01-06 23:49:45 +01:00