From 26a0481d8275c6d7953aaeb72a316db69c150354 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 10 Apr 2023 14:33:50 +0330 Subject: http header bug fixed --- database/model/model.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'database/model/model.go') diff --git a/database/model/model.go b/database/model/model.go index 69724213..778ad9b6 100644 --- a/database/model/model.go +++ b/database/model/model.go @@ -80,7 +80,7 @@ type Client struct { LimitIP int `json:"limitIp"` TotalGB int64 `json:"totalGB" form:"totalGB"` ExpiryTime int64 `json:"expiryTime" form:"expiryTime"` - Enable bool `json:"enable" from:"enable"` - TgID string `json:"tgId" from:"tgId"` - SubID string `json:"subId" from:"subId"` + Enable bool `json:"enable" form:"enable"` + TgID string `json:"tgId" form:"tgId"` + SubID string `json:"subId" form:"subId"` } -- cgit v1.2.3