Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Commit 75a9704

Browse files
committed
Fix merge conflict
1 parent facbf4f commit 75a9704

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/controllers/graphql_controller.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ class GraphqlController < ApplicationController
22
before_action :authenticate
33

44
def execute
5-
context = {
6-
user: @user,
7-
}
85
query_string = params[:query].to_s
96
variables = ensure_hash(params[:variables])
107
context = {

0 commit comments

Comments
 (0)