Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha committed Oct 21, 2024
1 parent 001cbfb commit 51e1bff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const updateTargetSlug: NonNullable<MutationResolvers['updateTargetSlug']
projectId: projectId,
targetId: targetId,
updatedFields: JSON.stringify({
newName: input.name,
newName: input.slug,
}),
},
},
Expand Down

0 comments on commit 51e1bff

Please sign in to comment.