diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-29 12:27:43 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-29 12:27:43 +0300 |
| commit | fa43248e3043932a31bc93ff86a2d4a3f1314491 (patch) | |
| tree | ed9e83e4f352de96e50ebb1f98ec4b525d787307 /sub/subController.go | |
| parent | cb3da25bc82b818018476d53fe534aba3a55e1aa (diff) | |
New - Noise
freedom
Diffstat (limited to 'sub/subController.go')
| -rw-r--r-- | sub/subController.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sub/subController.go b/sub/subController.go index 4f23c424..9afbc8da 100644 --- a/sub/subController.go +++ b/sub/subController.go @@ -27,6 +27,7 @@ func NewSUBController( rModel string, update string, jsonFragment string, + jsonNoise string, jsonMux string, jsonRules string, ) *SUBController { @@ -38,7 +39,7 @@ func NewSUBController( updateInterval: update, subService: sub, - subJsonService: NewSubJsonService(jsonFragment, jsonMux, jsonRules, sub), + subJsonService: NewSubJsonService(jsonFragment, jsonNoise, jsonMux, jsonRules, sub), } a.initRouter(g) return a |
