Skip to content

Commit

Permalink
do not break if kb cannot be accessed (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored Oct 13, 2023
1 parent 2c86e53 commit 52de5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/desktop/electron/src/service/nuclia-cloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class NucliaCloud {
}),
),
),
catchError(() => of(undefined)),
delay(500),
switchMap((resource) => {
if (!resource) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclia",
"version": "2.7.2",
"version": "2.7.3",
"license": "MIT",
"author": "Nuclia.cloud",
"description": "Nuclia frontend apps and libs",
Expand Down

0 comments on commit 52de5ce

Please sign in to comment.