Skip to content

Commit

Permalink
fix: barry 2024-07-11 23:32:03
Browse files Browse the repository at this point in the history
  • Loading branch information
kooksee committed Jul 11, 2024
1 parent e9cd352 commit f62b709
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ func (id *Id) PutTypes(ctx context.Context, req *gidpb.TypesRequest) (*gidpb.Typ
"snowflake",
"bigflake",
}
var req1 = resty.NewRequest(typesReq)
id.service.IClient.Do(nil, req1)
return rsp, nil
}

Expand Down

0 comments on commit f62b709

Please sign in to comment.