fix: 変更する変数が間違っていたのを修正
This commit is contained in:
parent
7a138aee0e
commit
5f879f0f1b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue