hedgedoc/lib/models
David Mehren dcdbd3bf35
Replace processData calls with ??
Many times processData was just used to ensure a default value is present. Since TS 3.7 the nullish coalescing operator ?? is supported for that.

Signed-off-by: David Mehren <dmehren1@gmail.com>
2020-05-09 19:59:37 +02:00
..
author.ts ESLint fixes in models 2020-04-25 16:04:05 +02:00
index.ts ESLint fixes in models 2020-04-25 16:04:05 +02:00
note.ts Replace processData calls with ?? 2020-05-09 19:59:37 +02:00
revision.ts Replace processData calls with ?? 2020-05-09 19:59:37 +02:00
temp.ts ESLint fixes in models 2020-04-25 16:04:05 +02:00
user.ts added auth/oauth2.ts 2020-04-25 16:04:17 +02:00