Remove TODO comment

This commit is contained in:
taichanne30 2023-08-03 11:32:00 +09:00
parent 209bad9738
commit f40f6b006b
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ export class SearchService {
if (opts.channelId) filter.qs.push({ op: '=', k: 'channelId', v: opts.channelId });
if (opts.host) {
if (opts.host === '.') {
// TODO: Meilisearchが2023/05/07現在値がNULLかどうかのクエリが書けない
filter.qs.push({ op: 'is null', k: 'userHost' });
} else {
filter.qs.push({ op: '=', k: 'userHost', v: opts.host });