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