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