Skip to content

Commit

Permalink
fix assignments response
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiomagalhaes committed Mar 5, 2024
1 parent da81101 commit 0269b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/assignments/_assignment.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

json.extract! assignment, :id, :coverage, :requirement_id, :created_at, :updated_at, :start_date, :end_date, :userId
json.extract! assignment, :id, :coverage, :requirement_id, :created_at, :updated_at, :start_date, :end_date, :user_id

0 comments on commit 0269b0c

Please sign in to comment.