mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Removing fixSiteProducts method (#1236)
Context:
Removing an obsolete method that was fixing an issue with default site products.
Details can be found here 76d9448
Proposed solution:
Removing this method and its test.
Test plan:
not needed
https://github.com/gristlabs/grist-core/pull/1236
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
import {commonUrls} from 'app/common/gristUrls';
|
||||
import {isAffirmative} from 'app/common/gutil';
|
||||
import {HomeDBManager} from 'app/gen-server/lib/homedb/HomeDBManager';
|
||||
import {fixSiteProducts} from 'app/gen-server/lib/Housekeeper';
|
||||
|
||||
const debugging = isAffirmative(process.env.DEBUG) || isAffirmative(process.env.VERBOSE);
|
||||
|
||||
@@ -132,10 +131,6 @@ export async function main() {
|
||||
if (process.env.GRIST_SERVE_PLUGINS_PORT) {
|
||||
await mergedServer.flexServer.startCopy('pluginServer', parseInt(process.env.GRIST_SERVE_PLUGINS_PORT, 10));
|
||||
}
|
||||
await fixSiteProducts({
|
||||
deploymentType: mergedServer.flexServer.getDeploymentType(),
|
||||
db: mergedServer.flexServer.getHomeDBManager()
|
||||
});
|
||||
|
||||
return mergedServer.flexServer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user