Skip to content

Commit

Permalink
no warn
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed May 8, 2024
1 parent 135bf0d commit 35d8eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Team/deploy/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const TeamDeployCreate = () => {
const { mutate } = useMutation({
mutationFn: () => instance.post(`deploy?team_id=${'5e25c8b1-4f7c-4703-8752-45294dd87c6a'}`, data),
onSuccess: (res) => {
const { deploy_id, team_id } = res?.data;
const { deploy_id } = res?.data;
console.log(res?.data);
navigate(`/team/1/deploy/${deploy_id}`);
},
Expand Down

0 comments on commit 35d8eb9

Please sign in to comment.