mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Remove dead code for fetching snapshots
Summary: Deletes code which was previously only used by SharedSharing.ts, which was deleted in D2894 Test Plan: no Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2960
This commit is contained in:
@@ -67,11 +67,6 @@ def run(sandbox):
|
||||
def fetch_table_schema():
|
||||
return eng.fetch_table_schema()
|
||||
|
||||
@export
|
||||
def fetch_snapshot():
|
||||
action_group = eng.fetch_snapshot()
|
||||
return eng.acl_split(action_group).to_json_obj()
|
||||
|
||||
@export
|
||||
def autocomplete(txt, table_id, column_id, user):
|
||||
return eng.autocomplete(txt, table_id, column_id, user)
|
||||
|
||||
Reference in New Issue
Block a user