diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-17 10:33:44 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-17 10:51:57 +0300 |
| commit | 6b0c9a5fad333a491ddac65126783481c638672f (patch) | |
| tree | 0b1ca5f4c0114d88da0b28070f7ef28372cc222e /web/entity/entity.go | |
| parent | 77edea5419aabd319c712b78c33f613869e8bcc8 (diff) | |
update noise to noises
+ type
Diffstat (limited to 'web/entity/entity.go')
| -rw-r--r-- | web/entity/entity.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go index ae11d614..7e00fbf3 100644 --- a/web/entity/entity.go +++ b/web/entity/entity.go @@ -52,7 +52,7 @@ type AllSetting struct { SubJsonPath string `json:"subJsonPath" form:"subJsonPath"` SubJsonURI string `json:"subJsonURI" form:"subJsonURI"` SubJsonFragment string `json:"subJsonFragment" form:"subJsonFragment"` - SubJsonNoise string `json:"subJsonNoise" form:"subJsonNoise"` + SubJsonNoises string `json:"subJsonNoises" form:"subJsonNoises"` SubJsonMux string `json:"subJsonMux" form:"subJsonMux"` SubJsonRules string `json:"subJsonRules" form:"subJsonRules"` Datepicker string `json:"datepicker" form:"datepicker"` |
