fix: 変更する変数が間違っていたのを修正

This commit is contained in:
Chocolate Pie 2023-06-19 19:03:55 +09:00
parent 7a138aee0e
commit 5f879f0f1b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
}
properties.reporterPattern = ps.reporterPattern;
} else if (ps.reporterPattern === null) {
properties.targetUserPattern = null;
properties.reporterPattern = null;
}
if (ps.reportContentPattern) {
try {