diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-28 16:16:29 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-28 17:28:20 +0300 |
| commit | fdf805f264dd8a5248f9006c5ad57e251673940f (patch) | |
| tree | 3906013ebe6075c81a9c7f7129b237041c880d10 /sub/subController.go | |
| parent | baf8c94b2e643e41a4319f0ca55e9c66b64970b0 (diff) | |
minor changes
Diffstat (limited to 'sub/subController.go')
| -rw-r--r-- | sub/subController.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sub/subController.go b/sub/subController.go index 838a2291..6212f5b2 100644 --- a/sub/subController.go +++ b/sub/subController.go @@ -65,7 +65,6 @@ func (a *SUBController) subs(c *gin.Context) { host = c.Request.Host } } - host = host subs, header, err := a.subService.GetSubs(subId, host) if err != nil || len(subs) == 0 { c.String(400, "Error!") @@ -101,7 +100,6 @@ func (a *SUBController) subJsons(c *gin.Context) { host = c.Request.Host } } - host = host jsonSub, header, err := a.subJsonService.GetJson(subId, host) if err != nil || len(jsonSub) == 0 { c.String(400, "Error!") |
