diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-23 15:46:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-23 15:46:20 +0900 |
| commit | 6d9d6a677989c2ff163101351bb251e9818418cf (patch) | |
| tree | 40270a6fce62b7b4ec7e606ce2e30cdbb7e37dda /src/server | |
| parent | 2.16.3 (diff) | |
| download | sharkey-6d9d6a677989c2ff163101351bb251e9818418cf.tar.gz sharkey-6d9d6a677989c2ff163101351bb251e9818418cf.tar.bz2 sharkey-6d9d6a677989c2ff163101351bb251e9818418cf.zip | |
oops
Diffstat (limited to 'src/server')
| -rw-r--r-- | src/server/api/endpoints/notes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/notes.ts b/src/server/api/endpoints/notes.ts index 2a276a9582..6e226d108a 100644 --- a/src/server/api/endpoints/notes.ts +++ b/src/server/api/endpoints/notes.ts @@ -66,7 +66,7 @@ module.exports = (params) => new Promise(async (res, rej) => { } if (local) { - query._user.host = null; + query._user = { host: null }; } if (reply != undefined) { |