Skip to content

Commit

Permalink
fix rebase errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyThiessen committed Dec 19, 2024
1 parent f463a13 commit 4bb7b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/graphql/types/workflow_execution_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

module Types
# WorkflowExecutions Type
# rubocop:disable convention:GraphQL/ExtractType
class WorkflowExecutionType < Types::BaseObject
implements GraphQL::Types::Relay::Node
description 'A workflow execution'
Expand Down
2 changes: 2 additions & 0 deletions test/graphql/workflow_executions_query_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class WorkflowExecutionsQueryTest < ActiveSupport::TestCase
id
}
}
}
}
}
GRAPHQL

Expand Down

0 comments on commit 4bb7b22

Please sign in to comment.