We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dcb22 commit 3c1a968Copy full SHA for 3c1a968
seatable_api/context.py
@@ -48,7 +48,6 @@ def current_table(self):
48
def current_user_id(self):
49
return context_data.get('current_user_id')
50
51
- @property
52
@need_data
53
def get_setting_by_key(self, key):
54
return context_data.get(key)
0 commit comments