mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Remove a bunch of dead code
Summary: Removed test/aws/, most of app/server/lib/, 3 dirs in app/lambda/, corresponding tests, and more! Test Plan: a lot of this is quite the opposite... Reviewers: dsagal, paulfitz Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2894
This commit is contained in:
@@ -195,7 +195,6 @@ export class Comm extends dispose.Disposable implements GristServerAPI, DocListA
|
||||
public getNewInvites = this._wrapMethod('getNewInvites');
|
||||
public getLocalInvites = this._wrapMethod('getLocalInvites');
|
||||
public ignoreLocalInvite = this._wrapMethod('ignoreLocalInvite');
|
||||
public downloadSharedDoc = this._wrapMethod('downloadSharedDoc');
|
||||
public showItemInFolder = this._wrapMethod('showItemInFolder');
|
||||
public getBasketTables = this._wrapMethod('getBasketTables');
|
||||
public embedTable = this._wrapMethod('embedTable');
|
||||
|
||||
Reference in New Issue
Block a user