Skip to content

Commit 8333bcd

Browse files
committed
drop: removed :current_status method
1 parent f4e5a3e commit 8333bcd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/graphql/types/runtime_status_type.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ class RuntimeStatusType < Types::BaseObject
1717
description: 'The timestamp of the last heartbeat received from the runtime'
1818
field :status, Types::RuntimeStatusStatusEnum,
1919
null: false,
20-
description: 'The current status of the runtime',
21-
method: :current_status
20+
description: 'The current status of the runtime'
2221
field :type, RuntimeStatusTypeEnum,
2322
null: false,
2423
description: 'Type of the runtime status',

0 commit comments

Comments
 (0)