mirror of
https://github.com/openSUSE/osc.git
synced 2025-11-28 07:19:53 +01:00
Fix after PullRequestReview cleanup - submitted_at property wasn't renamed to created_at
This commit is contained in:
@@ -155,7 +155,7 @@ class PullRequestDumpCommand(osc.commandline_git.GitObsCommand):
|
||||
{
|
||||
"state": state_map[review_obj.state],
|
||||
"who": review_obj.who,
|
||||
"created": review_obj.submitted_at,
|
||||
"created": review_obj.created_at,
|
||||
"when": review_obj.updated_at,
|
||||
"comment": review_obj.body,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user