mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-25 04:48:44 -05:00
2 lines
79 B
Python
2 lines
79 B
Python
def get_metadata(token: str):
|
|
return [('authorization', 'bearer ' + token)] |