Browse Source

Merge branch 'dev_trustie' into dev_chain

tags/v1.0.0
Jasder 6 years ago
parent
commit
e35f8515ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/pull_requests_controller.rb

+ 1
- 1
app/controllers/pull_requests_controller.rb View File

@@ -188,7 +188,7 @@ class PullRequestsController < ApplicationController
ActiveRecord::Base.transaction do
begin
requests_params = {
do: params[:do],
Do: params[:do],
MergeMessageField: params[:body],
MergeTitleField: params[:title]
}


Loading…
Cancel
Save