[sub] fix conflicts

This commit is contained in:
Alireza Ahmadi
2023-03-28 23:58:45 +02:00
parent efd1b06593
commit f1a87c7d92
2 changed files with 19 additions and 4 deletions

View File

@@ -74,5 +74,7 @@ type Client struct {
Email string `json:"email"`
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"`
}