Skip to content

Commit 2cf1eb1

Browse files
authored
Remove description field from get_active_branchers
1 parent 80ad9cf commit 2cf1eb1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

hypernode_api_python/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,15 +645,13 @@ def get_active_branchers(self, app_name):
645645
> "created": "2019-08-24T14:15:22Z"
646646
> "ip": "127.0.0.1",
647647
> "elapsed_time": 7824,
648-
> "description": "PHP version 7.1"
649648
> },
650649
> {
651650
> "id": 22,
652651
> "name": "yourhypernodeappname-eph654321",
653652
> "ip": "52.68.96.58",
654653
> "created": "2019-08-24T14:15:22Z"
655654
> "elapsed_time": 7224,
656-
> "description": None
657655
> }
658656
> ]
659657
> }

0 commit comments

Comments
 (0)