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;
|
properties.reporterPattern = ps.reporterPattern;
|
||||||
} else if (ps.reporterPattern === null) {
|
} else if (ps.reporterPattern === null) {
|
||||||
properties.targetUserPattern = null;
|
properties.reporterPattern = null;
|
||||||
}
|
}
|
||||||
if (ps.reportContentPattern) {
|
if (ps.reportContentPattern) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue