Skip to content

Commit

Permalink
[ADD] handle status field types
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed May 15, 2024
1 parent f4d3331 commit 7fbd34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rofi_notion/transcoders.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def relation(r: Rofi, name: str, config: dict, choices: dict) -> dict:
'rich_text': text,
'number': number,
'select': select,
'status': select,
'multi_select': multi_select,
'date': date,
'people': people,
Expand Down

0 comments on commit 7fbd34a

Please sign in to comment.