Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Oct 15, 2024
1 parent 78e6c99 commit 20453a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,4 +469,4 @@ def delete_partition_backfill(

graphene_info.context.instance.delete_backfill(backfill_id)

return GrapheneDeleteBackfillSuccess(backfill_id=backfill_id)
return GrapheneDeleteBackfillSuccess(backfillId=backfill_id)

0 comments on commit 20453a2

Please sign in to comment.