Skip to content

Commit

Permalink
fix PublishStatusFetchResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Sep 20, 2024
1 parent b593d8a commit c9b8af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tiktok/model_content.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ type DataPublishVideo struct {
}

type PublishStatusFetchResponse struct {
Data DataQueryCreatorInfo `json:"data"`
Error ErrorObject `json:"error"`
Data PublishStatusFetch `json:"data"`
Error ErrorObject `json:"error"`
}

type PublishStatusFetch struct {
Expand Down

0 comments on commit c9b8af8

Please sign in to comment.