Skip to content

Commit 97a66cb

Browse files
committed
Remove unused database_id method
1 parent 03b57ed commit 97a66cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/graphql/types/flow_setting_type.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ class FlowSettingType < Types::BaseObject
1010

1111
field :value, GraphQL::Types::JSON, null: false, method: :object, description: 'The value of the flow setting'
1212

13-
def database_id
14-
object.id.to_global_id.to_s
15-
end
16-
1713
id_field FlowSetting
1814
timestamps
1915
end

0 commit comments

Comments
 (0)