Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming committed Feb 9, 2024
1 parent fc96248 commit c04509b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ita/internal/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ func getRetCcu() (int, error) {
}

func ret_rewrite_assets(oldDomain, newDomain string) error {
Logger.Debug(oldDomain + "->" + newDomain)
jsonBody, _ := json.Marshal(map[string]string{
"old_domain": oldDomain,
"new_domain": newDomain,
Expand Down

0 comments on commit c04509b

Please sign in to comment.