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 9d7bf0b commit ab0a69bCopy full SHA for ab0a69b
seatable_api/context.py
@@ -50,7 +50,7 @@ def current_user_id(self):
50
51
@property
52
@need_data
53
- def context_data(self, key):
+ def get_data_value(self, key):
54
return context_data.get(key)
55
56
0 commit comments