From 1deb48cc6cb45fea8f73b0d2a46eaec4474310b6 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Tue, 28 Jun 2022 00:05:44 +0100 Subject: Disable API Server recipes updates (#382) Co-authored-by: Vijay A --- src/stores/RecipesStore.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/stores/RecipesStore.ts') diff --git a/src/stores/RecipesStore.ts b/src/stores/RecipesStore.ts index d63e46bef..00a2bb737 100644 --- a/src/stores/RecipesStore.ts +++ b/src/stores/RecipesStore.ts @@ -94,8 +94,9 @@ export default class RecipesStore extends TypedStore { if (Object.keys(recipes).length === 0) return; - const remoteUpdates = await this.getRecipeUpdatesRequest.execute(recipes) - ._promise; + // TODO: This line needs to be uncomment once we fix the App-Server interaction problem. + // const remoteUpdates = await this.getRecipeUpdatesRequest.execute(recipes)._promise; + const remoteUpdates = []; // Check for local updates const allJsonFile = asarRecipesPath('all.json'); -- cgit v1.2.3-70-g09d2