diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-11 18:26:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-11 18:26:09 +0900 |
| commit | 15a28810837407e478c6c7e5cfbfb49702473ed1 (patch) | |
| tree | b21bb3713950932b2b01a2b821298ea6ca8045fc /src/server/api/endpoints | |
| parent | Update setup.en.md (#3202) (diff) | |
| download | sharkey-15a28810837407e478c6c7e5cfbfb49702473ed1.tar.gz sharkey-15a28810837407e478c6c7e5cfbfb49702473ed1.tar.bz2 sharkey-15a28810837407e478c6c7e5cfbfb49702473ed1.zip | |
[API] Fix #3203
Diffstat (limited to 'src/server/api/endpoints')
| -rw-r--r-- | src/server/api/endpoints/users/notes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/users/notes.ts b/src/server/api/endpoints/users/notes.ts index 7901ac1de1..65fd880cda 100644 --- a/src/server/api/endpoints/users/notes.ts +++ b/src/server/api/endpoints/users/notes.ts @@ -28,7 +28,7 @@ export const meta = { }, host: { - validator: $.str.optional, + validator: $.str.optional.nullable, }, includeReplies: { |