Skip to content

Commit

Permalink
refactor: update name for unrelated mutation for clarity / consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Heneghan committed Oct 12, 2023
1 parent 4cb71eb commit c1f9042
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const AnalyticsProvider: React.FC<{ children: React.ReactNode }> = ({
if (shouldTrackAnalytics && lastAnalyticsLogId) {
await publicClient.mutate({
mutation: gql`
mutation UpdateHasClickNextStepsLink(
mutation UpdateHasClickedNextStepsLink(
$id: bigint!
$metadata: jsonb = {}
) {
Expand Down

0 comments on commit c1f9042

Please sign in to comment.