Skip to content

Commit 3c1a968

Browse files
fix: bug
1 parent 31dcb22 commit 3c1a968

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

seatable_api/context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def current_table(self):
4848
def current_user_id(self):
4949
return context_data.get('current_user_id')
5050

51-
@property
5251
@need_data
5352
def get_setting_by_key(self, key):
5453
return context_data.get(key)

0 commit comments

Comments
 (0)