Skip to content

Commit

Permalink
Get users sleep stream
Browse files Browse the repository at this point in the history
  • Loading branch information
maitham committed Jul 20, 2021
1 parent ac0de37 commit 05a7e7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vital/api/sleep.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ def get(
},
)

def get_streak(
self,
sleep_id: str,
) -> Mapping[str, List[Mapping]]:
def get_stream(self, sleep_id: str) -> Mapping[str, List[Mapping]]:
"""
GET Sleep stream data.
"""
Expand Down

0 comments on commit 05a7e7d

Please sign in to comment.