fix gitea workflow path and runner label
Build docker and publish / build (20.15.1) (push) Failing after 7m54s
Build docker and publish / build (20.15.1) (push) Failing after 7m54s
This commit is contained in:
@@ -2968,8 +2968,8 @@ type GetSubscribeStatusRequest struct {
|
||||
type DeleteAccountResponse struct {
|
||||
Success bool `json:"success"`
|
||||
Message string `json:"message,omitempty"`
|
||||
UserId int64 `json:"user_id,omitempty"`
|
||||
Code int `json:"code,omitempty"`
|
||||
UserId int64 `json:"user_id"`
|
||||
Code int `json:"code"`
|
||||
}
|
||||
|
||||
type GetDownloadLinkRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user